File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(cmark-gfm)
44set (PROJECT_VERSION_MAJOR 0)
55set (PROJECT_VERSION_MINOR 29)
66set (PROJECT_VERSION_PATCH 0)
7- set (PROJECT_VERSION_GFM 1 )
7+ set (PROJECT_VERSION_GFM 2 )
88set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} .gfm.${PROJECT_VERSION_GFM} )
99
1010include ("FindAsan.cmake" )
Original file line number Diff line number Diff line change 1+ [0.29.0.gfm.2]
2+ * Fixed issues with footnote rendering when used with the autolinker (#121),
3+ and when footnotes are adjacent (#139).
4+ * We now allow footnotes to be referenced from inside a footnote definition,
5+ we use the footnote label for the fnref href text when rendering html, and
6+ we insert multiple backrefs when a footnote has been referenced multiple
7+ times (#229, #230)
8+ * We added new data- attributes to footnote html rendering to make them
9+ easier to style (#234)
10+
111[0.29.0.gfm.1]
212
313 * Fixed denial of service bug in GFM's table extension
You can’t perform that action at this time.
0 commit comments