Skip to content

Releases: github/cmark-gfm

0.29.0.gfm.3

03 Mar 20:02
cf7577d
Compare
Choose a tag to compare

Changes since last release (0.29.0.gfm.2...0.29.0.gfm.3):

0.28.3.gfm.21

03 Mar 20:02
6fc5672
Compare
Choose a tag to compare

Changes between last release (0.28.3.gfm.20...0.28.3.gfm.21):

0.29.0.gfm.2

16 Sep 17:38
766f161
Compare
Choose a tag to compare

Changes since last release (0.29.0.gfm.1...0.29.0.gfm.2):

  • Fixed issues with footnote rendering when used with the autolinker (#121),
    and when footnotes are adjacent (#139).
  • We now allow footnotes to be referenced from inside a footnote definition,
    we use the footnote label for the fnref href text when rendering html, and
    we insert multiple backrefs when a footnote has been referenced multiple
    times (#229, #230)
  • We added new data- attributes to footnote html rendering to make them
    easier to style (#234)

0.29.0.gfm.1

14 Sep 14:54
0f98e8a
Compare
Choose a tag to compare

Changes since last release (0.29.0.gfm.0...0.29.0.gfm.1):

0.29.0.gfm.0

08 Apr 06:21
Compare
Choose a tag to compare

Update to 0.29.0 base.

0.28.3.gfm.20

31 Jan 22:50
Compare
Choose a tag to compare

Changes since last release (0.28.3.gfm.19...0.28.3.gfm.20)

  • Add tasklist extension implementation (Watson1978, #94).

0.28.3.gfm.19

17 Oct 23:52
Compare
Choose a tag to compare

Changes since last release (0.28.3.gfm.18...0.28.3.gfm.19)

  • Prevent out-of-bound memory access in strikethrough matcher (Xavier Décoret, #124).
  • Limit recursion in autolink extension (Xavier Décoret, #125).
  • Add plaintext rendering for footnotes (Xavier Décoret, #126).

0.28.3.gfm.18

17 Oct 23:52
Compare
Choose a tag to compare

Changes since last release (0.28.3.gfm.17...0.28.3.gfm.18)

  • Match strikethrough more strictly (#120).
  • Default to safe operation (#123).

0.28.3.gfm.17

26 Sep 00:07
Compare
Choose a tag to compare

Changes since last release (0.28.3.gfm.16...0.28.3.gfm.17)

  • Allow extension to provide opaque allocation function (Nicolás Ojeda Bär, #89).
  • Upstream optimisations and fixes.
  • Extensions can add custom XML attributes (#116).
  • Support for GFM extensions in cmark XML to CommonMark XSLT converter (Maëlle Salmon, #117).

0.28.3.gfm.16

10 Sep 04:26
Compare
Choose a tag to compare

Changes since last release (0.28.3.gfm.15...0.28.3.gfm.16)

  • Do not percent-encode tildes (~) in HTML attribute values (#110).
  • Fix footnote references in tables (#112).