Skip to content

Releases: AnonymousRand/python_markdown_environments

v1.11.5

Choose a tag to compare

@AnonymousRand AnonymousRand released this 20 Jun 01:07

Security Fixes

v1.11.4

Choose a tag to compare

@AnonymousRand AnonymousRand released this 07 Jun 18:41

Security Fixes

v1.11.3

Choose a tag to compare

@AnonymousRand AnonymousRand released this 20 May 07:39

Security Fixes

v1.11.2

Choose a tag to compare

@AnonymousRand AnonymousRand released this 13 May 03:18

Security Fixes

v1.11.1

Choose a tag to compare

@AnonymousRand AnonymousRand released this 06 May 21:19

Fixes

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

v1.11.0

Choose a tag to compare

@AnonymousRand AnonymousRand released this 06 May 08:32
8823d08

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

Choose a tag to compare

@AnonymousRand AnonymousRand released this 19 Apr 20:55

Security Fixes

v1.10.2

Choose a tag to compare

@AnonymousRand AnonymousRand released this 09 Apr 04:32

Security Fixes

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

v1.10.1

Choose a tag to compare

@AnonymousRand AnonymousRand released this 04 Apr 23:13

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

Choose a tag to compare

@AnonymousRand AnonymousRand released this 25 Mar 23:55

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)