diff options
author | Isaac Muse <faceless.shop@gmail.com> | 2020-07-26 07:10:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 09:10:45 -0400 |
commit | 611cf6d98297f8cb79c06d2c785c885b88a12cf0 (patch) | |
tree | ef2e8d8894e50ef5901de57a7ed4a41e005209e3 /docs | |
parent | be7ba7bfa17e7cb0c795e101662d1e490334ec84 (diff) | |
download | python-markdown-611cf6d98297f8cb79c06d2c785c885b88a12cf0.tar.gz |
Fix complex scenarios with lists and admonitions (#1006)
Add better logic to admonitions to account for more complex list cases
Fixes #1004
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change_log/release-3.3.md | 1 |
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 dfbb384..eb7fe7c 100644 --- a/docs/change_log/release-3.3.md +++ b/docs/change_log/release-3.3.md @@ -75,6 +75,7 @@ The following bug fixes are included in the 3.3 release: * Avoid a `RecursionError` from deeply nested blockquotes (#799). * Fix issues with complex emphasis (#979). * Fix unescaping of HTML characters `<>` in CodeHilite (#990). +* Fix complex scenarios involving lists and admonitions (#1004) [spec]: https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element [fenced_code]: ../extensions/fenced_code_blocks.md |