File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Under development: version 3.3.5 (a bug-fix release).
8
8
* Make the ` slugify_unicode ` function not remove diacritical marks (#1118 ).
9
9
* Fix ` [toc] ` detection when used with ` nl2br ` extension (#1160 )
10
10
* Re-use compiled regex for block level checks (#1169 )
11
+ * Don't process shebangs in fenced code blocks when using CodeHilite (#1156 ).
11
12
12
13
Feb 24, 2021: version 3.3.4 (a bug-fix release).
13
14
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ The following bug fixes are included in the 3.3 release:
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
104
* Fix corner cases with lists under admonitions.
105
- * Don't process shebangs in fenced code blocks when using CodeHilite (#1156 ).
106
105
107
106
[ spec ] : https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element
108
107
[ fenced_code ] : ../extensions/fenced_code_blocks.md
You can’t perform that action at this time.
0 commit comments