mdast-util-from-markdown icon indicating copy to clipboard operation
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