summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Trauner <philip.trauner@arztpraxis.io>2019-02-07 20:59:04 +0100
committerWaylan Limberg <waylan.limberg@icloud.com>2019-02-07 14:59:04 -0500
commit12864d276855231c1d72f0da8efd8dace20a9062 (patch)
treee326d0040df666ff3655d16218cf4a8a6ca18202 /docs
parent505cc0978c9a53b906cceec9aeebc0e2a5da74fc (diff)
downloadpython-markdown-12864d276855231c1d72f0da8efd8dace20a9062.tar.gz
Handle overlapping raw HTML matches (#770)
Recursively run substitution to handle overlapping matches. Fixes #458.
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/release-3.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/release-3.1.md b/docs/change_log/release-3.1.md
index c5f0433..55dde79 100644
--- a/docs/change_log/release-3.1.md
+++ b/docs/change_log/release-3.1.md
@@ -31,6 +31,7 @@ The following new features have been included in the release:
The following bug fixes are included in the 3.1 release:
+* Overlapping raw HTML matches no longer leave placeholders behind (#458).
* Emphasis patterns now recognize newline characters as whitespace (#783).
* Version format had been updated to be PEP 440 compliant (#736).
* Block level elements are defined per instance, not as class attributes