diff options
| author | Waylan Limberg <waylan.limberg@icloud.com> | 2022-05-04 14:13:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-04 14:13:56 -0400 |
| commit | ce73b2754fb754c29d719c9980ae2f4aa4912f4d (patch) | |
| tree | 6e11d57b842b72db7f3ae0784c05ee2f1342cd34 /docs | |
| parent | ed417a1a555bf2206ceea84ba29ce37322ca8261 (diff) | |
| download | python-markdown-ce73b2754fb754c29d719c9980ae2f4aa4912f4d.tar.gz | |
Ensure fenced code attributes are properly escaped.
Fixes #1247.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/change_log/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md index 5320fc7..b9fa97b 100644 --- a/docs/change_log/index.md +++ b/docs/change_log/index.md @@ -7,6 +7,7 @@ Python-Markdown Change Log * Disallow square brackets in reference link ids (#1209). * Retain configured `pygments_style` after first code block (#1240). +* Ensure fenced code attributes are properly escaped (#1247). Nov 17, 2021: version 3.3.6 (a bug-fix release). |
