Releases: AnonymousRand/python_markdown_environments
Releases · AnonymousRand/python_markdown_environments
Release list
v1.11.5
Security Fixes
- Bump
cryptographyPython dependency to 48.0.1 to address GHSA-537c-gmf6-5ccf
v1.11.4
Security Fixes
- Bump
uvPython dependency to 0.11.15 to address GHSA-4gg8-gxpx-9rph
v1.11.3
Security Fixes
- Bump
idnaPython dependency to 3.15 to address CVE-2026-45409
v1.11.2
Security Fixes
- Bump
urllib3Python dependency to 2.7.0 to address CVE-2026-44431 and CVE-2026-44432 - Bump
Jinja2Python dependency to 3.1.6 to address CVE-2025-27516
v1.11.1
Fixes
\ref{}now works with LaTeX/MathJax\\(...\\)instead of requiring doubled backslashes in the argument to\ref{}
v1.11.0
Changes
- Introduced
thm-refprocessor that provides the\ref{}Markdown syntax, which functions much like\ref{}in LaTeX: it dynamically generates theorem/equation counters etc. based on a "name" (likelabel{}), automatically reflecting future changes without manual intervention.
v1.10.3
Security Fixes
- Bump
pytestPython dependency to 9.0.3 to address CVE-2025-71176 - Bump
uvPython dependency to 0.11.6 to address GHSA-pjjw-68hj-v9mw
v1.10.2
Security Fixes
- Bump
cryptographyPython dependency to 46.0.7 to address CVE-2026-39892
v1.10.1
Security Fixes
- Bump
requestsPython dependency to 2.33.0 to address CVE-2026-25645 - Bump
PygmentsPython dependency to 2.20.0 to address CVE-2026-4539 - Bump
cryptographyPython dependency to 46.0.6 to address CVE-2026-34073
v1.10.0
Changes
\begin{}and\end{}in Markdown source must now be on their own lines (to fix the bug below)- En dashes and em dashes in theorem names/hidden names are now converted to hyphens in the HTML
idattribute instead of being removed
Fixes
- Theorem names/hidden names are no longer parsed incorrectly when they contain curly brackets (e.g. from LaTeX)