Skip to content

Releases: AnonymousRand/python_markdown_environments

v1.11.2

13 May 03:18

Choose a tag to compare

Security Fixes

v1.11.1

06 May 21:19

Choose a tag to compare

Fixes

  • \ref{} now works with LaTeX/MathJax \\(...\\) instead of requiring doubled backslashes in the argument to \ref{}

v1.11.0

06 May 08:32
8823d08

Choose a tag to compare

Changes

  • Introduced thm-ref processor that provides the \ref{} Markdown syntax, which functions much like \ref{} in LaTeX: it dynamically generates theorem/equation counters etc. based on a "name" (like label{}), automatically reflecting future changes without manual intervention.

v1.10.3

19 Apr 20:55

Choose a tag to compare

Security Fixes

v1.10.2

09 Apr 04:32

Choose a tag to compare

Security Fixes

  • Bump cryptography Python dependency to 46.0.7 to address CVE-2026-39892

v1.10.1

04 Apr 23:13

Choose a tag to compare

Security Fixes

  • Bump requests Python dependency to 2.33.0 to address CVE-2026-25645
  • Bump Pygments Python dependency to 2.20.0 to address CVE-2026-4539
  • Bump cryptography Python dependency to 46.0.6 to address CVE-2026-34073

v1.10.0

25 Mar 23:55

Choose a tag to compare

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 id attribute instead of being removed

Fixes

  • Theorem names/hidden names are no longer parsed incorrectly when they contain curly brackets (e.g. from LaTeX)

v1.9.8

21 Mar 00:28

Choose a tag to compare

Security Fixes

  • Bump Markdown Python dependency to 3.8.1 to address CVE-2025-69534
  • Bump cryptography Python dependency to 46.0.5 to address CVE-2026-26007

v1.9.7

15 Jan 06:14

Choose a tag to compare

Security Fixes

v1.9.6

10 Jan 03:57

Choose a tag to compare

Security Fixes