Releases: AnonymousRand/python_markdown_environments
Releases · AnonymousRand/python_markdown_environments
v1.9.2
Security Fixes
- Bump
urllib3Python dependency to 2.5.0 to address CVE-2025-50181 and CVE-2025-50182
v1.9.1
Security Fixes
- Bump
requestsPython dependency to 2.32.4 to address CVE-2024-47081
v1.9.0
Changes
- Divs and dropdowns also no longer have trailing whitespace
v1.8.0
Changes
- Captioned figures and cited blockquotes no longer have trailing whitespace in captions and citations respectively
v1.7.0
Changes
:removed instead of replaced with-in theorem headings, as there is probably a space after it- Spaces all replaced with
-in theorem headings instead of relying on finickysplit()behavior
v1.6.2
Changes
- Minor optimization by pre-compiling all regex patterns
v1.6.1
Security Fixes
- Bump
h11Python dependency to 0.16.0 to address CVE-2025-43859
v1.6.0
Changes
- Theorem headings are inserted into their own
<p>tag instead of remaining as<span>if they are unable to be prepended into first child (that is also a<p>) of parent element. This makes their spacing consistent.- E.g. if parent element was otherwise empty, there would've been no
margin-bottomunderneath the<span>theorem heading (as opposed to if they were prepended into a<p>), and the next element below would've start higher. This is no longer the case.
- E.g. if parent element was otherwise empty, there would've been no
v1.5.1
Fixes
- Dropdowns no longer produce "index out of range" errors when parsing dropdowns for summary-start delimiter
v1.5.0
Fixes
- Nested theorem dropdowns of different types no longer eat each other: outer will no longer scan for summary-ending delimiter if it has no summary-starting delimiter, otherwise it might eat the inner's summary-ending delimiter