summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIsaac Muse <faceless.shop@gmail.com>2021-02-05 13:25:45 -0700
committerGitHub <noreply@github.com>2021-02-05 15:25:45 -0500
commit0e6dc4c4f5dc8d6691eb95549657034f6d9abcb6 (patch)
treedcbc44dc186537d388a65335c568fe6ae7b14f1a /docs
parent49e1d29d791926229e2bbafd8132666d74d14883 (diff)
downloadpython-markdown-0e6dc4c4f5dc8d6691eb95549657034f6d9abcb6.tar.gz
Ensure admonition content is detabbed properly
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/release-3.3.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/release-3.3.md b/docs/change_log/release-3.3.md
index 79e22b2..12273bc 100644
--- a/docs/change_log/release-3.3.md
+++ b/docs/change_log/release-3.3.md
@@ -101,6 +101,7 @@ The following bug fixes are included in the 3.3 release:
* Fix unescaping of HTML characters `<>` in CodeHilite (#990).
* Fix complex scenarios involving lists and admonitions (#1004).
* Fix complex scenarios with nested ordered and unordered lists in a definition list (#918).
+* Fix corner cases with lists under admonitions.
[spec]: https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element
[fenced_code]: ../extensions/fenced_code_blocks.md