mdast-util-from-markdown
mdast-util-from-markdown copied to clipboard
mdast utility to parse markdown
Results
1
mdast-util-from-markdown issues
Sort by
recently updated
recently updated
newest added
### Subject of the issue ```markdown ***a*a*a* a* ``` is parsed as ```json { "type": "root", "children": [ { "type": "paragraph", "children": [ { "type": "text" }, { "type": "emphasis",...
🐛 type/bug
🙆 yes/confirmed
👍 phase/yes