-
A string in `{curly braces}` within the body of a document is being parsed as an MDX expression, then throwing as there's no node handler for it. The same text content is processed ok by MDX evaluate/…
-
### Initial checklist
- [X] I read the [support docs](https://github.com/unifiedjs/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/unifiedjs/.github/blob/main/c…
-
Our engineers are looking to create docs with diagrams and would like to use mermaid js (https://mermaid.js.org/). Is there any plans to add mermaid support to readme's markdorn engine or an alternati…
-
Hey this looks interesting! Nice work.
It’s not really the same, but I’ve spent the last five years thinking about similar problems, with [unist](https://github.com/syntax-tree/unist), [mdast](http…
-
update `README.md` with a `## usage __cli__` header; if a `## usage` section already exists, wrap it under `## usage __api__`.
-
Hi!
remark is switching to a new parser (and compiler) internally ([micromark](https://github.com/micromark/micromark), [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536)), which …
-
Hi, I really like the idea of having components inside markdown. Especially because they follow the Vue component lifecycle, they have local state and I can do API requests and stuff.
I was asking …
-
Hi,
I just found your library and it's working really well! Thanks! :clap:
I'm using `markdown::to_mdast` to get the AST for some frontmatter parameters and then using `markdown::to_html_with_o…
-
Have you considered allowing a second parameter to support custom node types and mark types within an AST?
I'm trying to decide between remark-slate and remark-slate-transformer. This package handl…
-
I mean I am looking for something like this:
```
const md = `
some blabla text
Here is a table:
| a | b |
|---|---|
| 1 | 2 |
| ^ | 3 |
more text outside
`;
const tables = getMa…