summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-10-12 14:17:03 -0400
committerGitHub <noreply@github.com>2020-10-12 14:17:03 -0400
commit5fdf7d47aa90a0983fa356b577a2ff5e16e68147 (patch)
treeb0bcd2b3cdb1e26b7fafc00c4f044cffebf93656 /docs
parente02ed390666930ce8640d4cebcac51059e9a34d8 (diff)
downloadpython-markdown-5fdf7d47aa90a0983fa356b577a2ff5e16e68147.tar.gz
Correctly parse raw `script` and `style` tags. (#1038)
* Ensure unclosed script tags are parsed correctly by providing a workaround for https://bugs.python.org/issue41989. * Avoid cdata_mode outside of HTML blocks, such as in inline code spans. Fixes #1036.
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index 5548644..3b2eea5 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -5,6 +5,7 @@ Python-Markdown Change Log
Under development: version 3.3.1 (a bug-fix release).
+* Correctly parse raw `script` and `style` tags (#1036).
* Ensure consistent class handling by `fenced_code` and `codehilite` (#1032).
Oct 6, 2020: version 3.3 ([Notes](release-3.3.md)).