summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-11-18 13:33:20 -0500
committerGitHub <noreply@github.com>2020-11-18 13:33:20 -0500
commit81cc5b8bf1ad2a44b0a042d059caab3ed802ed33 (patch)
tree78eeb3ceaeb05a4518fe45156e864e6e2c7877cf /docs
parent447da662b0c9548941a44a911e45c7cf6ad32861 (diff)
downloadpython-markdown-81cc5b8bf1ad2a44b0a042d059caab3ed802ed33.tar.gz
Properly parse code spans in md_in_html (#1069)
This reverts part of 2766698 and re-implements handling of tails in the same manner as the core. Also, ensure line_offset doesn't raise an error on bad input (see #1066) and properly handle script tags in code spans (same as in the core). Fixes #1068.
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index 632449a..bce97da 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -3,6 +3,10 @@ title: Change Log
Python-Markdown Change Log
=========================
+Under development: version 3.3.4 (a bug-fix release).
+
+* Properly parse code spans in md_in_html (#1069).
+
Oct 25, 2020: version 3.3.3 (a bug-fix release).
* Unify all block-level tags (#1047).