summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIsaac Muse <faceless.shop@gmail.com>2021-08-04 13:47:39 -0600
committerGitHub <noreply@github.com>2021-08-04 15:47:39 -0400
commite11cd255cae5fd3c5ef5fdd6352cd28e212fd328 (patch)
tree4531e8301053d5b4c3f61143dd6ea3fd43678b19 /docs
parentf0b7f98e62703c7387eb39e02ba2b7fc18615d91 (diff)
downloadpython-markdown-e11cd255cae5fd3c5ef5fdd6352cd28e212fd328.tar.gz
Don't process shebangs in codehilite when processing fenced code
Fixes #1156.
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/release-3.3.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/release-3.3.md b/docs/change_log/release-3.3.md
index 12273bc..a538543 100644
--- a/docs/change_log/release-3.3.md
+++ b/docs/change_log/release-3.3.md
@@ -102,6 +102,7 @@ The following bug fixes are included in the 3.3 release:
* Fix complex scenarios involving lists and admonitions (#1004).
* Fix complex scenarios with nested ordered and unordered lists in a definition list (#918).
* Fix corner cases with lists under admonitions.
+* Don't process shebangs in fenced code blocks when using CodeHilite (#1156).
[spec]: https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element
[fenced_code]: ../extensions/fenced_code_blocks.md