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_indentunset (#1404)- Fix edge-case crash in
InlineProcessorwithAtomicString(#1406).- Fix edge-case crash in
codehilitewith an emptycodetag (#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_indentunset (#1404)- Fix edge-case crash in
InlineProcessorwithAtomicString(#1406).- Fix edge-case crash in
codehilitewith an emptycodetag (#1405).- Improve and expand type annotations in the code base (#1401).
- Fix handling of bogus comments (#1425).
Commits
-
08dacaeBump version to 3.5.2 -
e466f38Fix handling of bogus comments. -
a2a9c53Update change log link in README.md -
cef5afeUpdate Changelog URL -
5d7f255Fix missing search in docs -
bc14d59Split changelog workflows to separate logic on when each gets run. -
9b06df2ghp-import it not a command module -
dac7977Fix a minor oversight in #1407 -
dcd69b1Update docs deploy scripts -
a63e6f3Fix edge-case crash in InlineProcessor - Additional commits viewable in compare view