BinaryMuse / node-cmark-gfm

Node.js bindings to GitHub's GFM-enhanced fork of cmark, the CommonMark reference implementation in C
https://www.npmjs.com/package/cmark-gfm
9 stars 2 forks source link

add support for xml #131

Open gcxfd opened 2 years ago

gcxfd commented 2 years ago

image

when use sourcepos and type xml can get inline sourcepos as image above

❯ cmark-gfm ~/rmw/blog-vuepress2/site/zh/link.md --sourcepos -t xml

Pomax commented 8 months ago

But GFM does not support XML, it only officially supports HTML?