summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-11-19 14:42:24 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2020-11-19 14:51:57 -0500
commit82ac9056350e67411cdb1da34363950b1e18a271 (patch)
tree476c15c673ffe3a92700dcc9f96e41f586f1d4dc /docs
parent81cc5b8bf1ad2a44b0a042d059caab3ed802ed33 (diff)
downloadpython-markdown-82ac9056350e67411cdb1da34363950b1e18a271.tar.gz
Properly parse processing instructions in md_in_html
Empty tags do not have a `mardkown` attribute set on them. Therefore, there is no need to check the mdstack to determine behavior. If we are in any md_in_html state (regardless of block, span, etc) the behavior is the same. Fixes #1070.
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 bce97da..7edb2b9 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.4 (a bug-fix release).
+* Properly parse processing instructions in md_in_html (#1070).
* Properly parse code spans in md_in_html (#1069).
Oct 25, 2020: version 3.3.3 (a bug-fix release).