Skip to content

Releases: AnonymousRand/python_markdown_environments

v1.9.2

26 Jun 01:37

Choose a tag to compare

Security Fixes

v1.9.1

11 Jun 00:57

Choose a tag to compare

Security Fixes

v1.9.0

11 May 03:53

Choose a tag to compare

Changes

  • Divs and dropdowns also no longer have trailing whitespace

v1.8.0

01 May 18:57

Choose a tag to compare

Changes

  • Captioned figures and cited blockquotes no longer have trailing whitespace in captions and citations respectively

v1.7.0

30 Apr 04:25

Choose a tag to compare

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 finicky split() behavior

v1.6.2

28 Apr 02:03

Choose a tag to compare

Changes

  • Minor optimization by pre-compiling all regex patterns

v1.6.1

24 Apr 20:23
248860d

Choose a tag to compare

Security Fixes

v1.6.0

16 Apr 05:10

Choose a tag to compare

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-bottom underneath 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.

v1.5.1

13 Apr 00:34

Choose a tag to compare

Fixes

  • Dropdowns no longer produce "index out of range" errors when parsing dropdowns for summary-start delimiter

v1.5.0

12 Apr 09:20

Choose a tag to compare

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