File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ Feb 24, 2021: version 3.3.4 (a bug-fix release).
18
18
* Properly parse code spans in md_in_html (#1069 ).
19
19
* Preserve text immediately before an admonition (#1092 ).
20
20
* Simplified regex for HTML placeholders (#928 ) addressing (#932 ).
21
- * Ensure ` permalinks ` and ` ankorlinks ` are not restricted by ` toc_depth ` (#1107 ).
21
+ * Ensure ` permalinks ` and ` anchorlinks ` are not restricted by ` toc_depth ` (#1107 ).
22
+ * Fix corner cases with lists under admonitions (#1102 ).
22
23
23
24
Oct 25, 2020: version 3.3.3 (a bug-fix release).
24
25
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ The following bug fixes are included in the 3.3 release:
101
101
* Fix unescaping of HTML characters ` <> ` in CodeHilite (#990 ).
102
102
* Fix complex scenarios involving lists and admonitions (#1004 ).
103
103
* Fix complex scenarios with nested ordered and unordered lists in a definition list (#918 ).
104
- * Fix corner cases with lists under admonitions.
105
104
106
105
[ spec ] : https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element
107
106
[ fenced_code ] : ../extensions/fenced_code_blocks.md
You can’t perform that action at this time.
0 commit comments