Skip to content

Releases: micromark/micromark-extension-gfm

3.0.0

26 Jun 17:08
d4d848b
Compare
Choose a tag to compare
  • 004cb2e Change to require Node.js 16
    migrate: update Node
  • c6c3114 Change to use export map
    migrate: don’t use private APIs
  • b066ffd Update micromark

Full Changelog: 2.0.3...3.0.0

2.0.3

16 May 16:29
6572d7e
Compare
Choose a tag to compare

(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

10 May 14:54
29d7073
Compare
Choose a tag to compare

Misc

Full Changelog: 2.0.1...2.0.2

2.0.1

21 Dec 15:21
7bc6b6f
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.0.1

2.0.0

02 Oct 12:16
fc61749
Compare
Choose a tag to compare
  • 39629ed Add support for GFM footnotes
  • db32db7 Change gfmHtml to be a function that returns an extension
     import {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

1.0.0

22 Jun 19:26
9547c6f
Compare
Choose a tag to compare

0.3.3

03 Mar 13:08
0766ee6
Compare
Choose a tag to compare

0.3.2

08 Dec 17:44
988d569
Compare
Choose a tag to compare

0.3.1

11 Oct 11:39
bbf3879
Compare
Choose a tag to compare

0.3.0

29 Sep 18:32
c5a8299
Compare
Choose a tag to compare