Releases: micromark/micromark-extension-gfm
Releases · micromark/micromark-extension-gfm
3.0.0
2.0.3
(same as 2.0.2, but regenerates types, which were generated by an older TS it seems)
Full Changelog: 2.0.2...2.0.3
2.0.2
2.0.1
2.0.0
- 39629ed Add support for GFM footnotes ✨
- db32db7 Change
gfmHtml
to be a function that returns an extensionimport {gfm, gfmHtml} from 'micromark-extension-gfm' const output = micromark('markdown', { allowDangerousHtml: true, extensions: [gfm()], - htmlExtensions: [gfmHtml] + htmlExtensions: [gfmHtml()] })
Full Changelog: 1.0.0...2.0.0