You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: these changes remove redundant bold tag nesting which may result
9
+
in existing rendering tests failing, e.g. rendering "____bold____" to html
10
+
will no longer yield "<p><strong><strong>bold</strong></strong></p>".
11
+
12
+
[0.29.0.gfm.9]
13
+
14
+
* Cleanup: Use of a private header was cleaned up (#248)
15
+
* Cleanup: Man page was updated (#255)
16
+
* Cleanup: Warnings for -Wstrict-prototypes were cleaned up (#285)
17
+
* Cleanup: We avoid header duplication (#289)
18
+
19
+
* We now store positioning info for url_match (#201)
20
+
* We now expose cmark_parent_footnote_def for non-C renderers (#254)
21
+
* Footnote aria-label text now reference the specific footnote backref, and we include a data-footnote-backref-idx attribute so the label can be internationalized in a downstream filter (#307)
22
+
1
23
[0.29.0.gfm.8]
2
24
3
25
* We restored backwards compatibility by deprecating the `cmark_init_standard_node_flags()` requirement, which is now a noop (#305)
0 commit comments