Bump markdown from 3.5.1 to 3.5.2
Bumps markdown from 3.5.1 to 3.5.2.
Release notes
Sourced from markdown's releases.
Release 3.5.2
Fixed
- Fix type annotations for
convertFile
- it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (#1400)- Remove legacy import needed only in Python 2 (#1403)
- Fix typo that left the attribute
AdmonitionProcessor.content_indent
unset (#1404)- Fix edge-case crash in
InlineProcessor
withAtomicString
(#1406).- Fix edge-case crash in
codehilite
with an emptycode
tag (#1405).- Improve and expand type annotations in the code base (#1401).
- Fix handling of bogus comments (#1425).
Changelog
Sourced from markdown's changelog.
[3.5.2] -- 2024-01-10
Fixed
- Fix type annotations for
convertFile
- it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (#1400)- Remove legacy import needed only in Python 2 (#1403)
- Fix typo that left the attribute
AdmonitionProcessor.content_indent
unset (#1404)- Fix edge-case crash in
InlineProcessor
withAtomicString
(#1406).- Fix edge-case crash in
codehilite
with an emptycode
tag (#1405).- Improve and expand type annotations in the code base (#1401).
- Fix handling of bogus comments (#1425).
Commits
-
08dacae
Bump version to 3.5.2 -
e466f38
Fix handling of bogus comments. -
a2a9c53
Update change log link in README.md -
cef5afe
Update Changelog URL -
5d7f255
Fix missing search in docs -
bc14d59
Split changelog workflows to separate logic on when each gets run. -
9b06df2
ghp-import it not a command module -
dac7977
Fix a minor oversight in #1407 -
dcd69b1
Update docs deploy scripts -
a63e6f3
Fix edge-case crash in InlineProcessor - Additional commits viewable in compare view