Skip to content

Releases: AnonymousRand/python_markdown_environments

v0.10.0

24 Dec 21:57

Choose a tag to compare

Fixes

  • pyproject.toml actually specifies dependencies without a typo

v0.9.0

24 Dec 08:36

Choose a tag to compare

Changes

  • ThmExtension conditionally imports DivExtension or DropdownExtension if they're required

v0.8.0

24 Dec 07:16

Choose a tag to compare

Changes

  • Make ThmCounter generate HTML in a more ElementTree-ic way

v0.7.0

24 Dec 02:52

Choose a tag to compare

Fixes

  • Fix bug with incorrect config key name

v0.6.0

24 Dec 02:41

Choose a tag to compare

Fixes

  • Use xml.etree.ElementTree.Element.tail attribute instead of text attribute for theorem header to obtain hopefully correct order of mixed content

v0.5.0

24 Dec 07:14

Choose a tag to compare

Fixes

  • Fix minor error with variable not being initialized

v0.4.0

24 Dec 02:17

Choose a tag to compare

Fixes

  • Fix syntax error

v0.3.0

24 Dec 02:12

Choose a tag to compare

Changes

  • Bump Markdown Python dependency 3.6 -> 3.7

Fixes

  • ThmExtension now passes correct arguments to CounterExtension.__init__()

v0.2.0

24 Dec 01:28

Choose a tag to compare

Changes

  • Make extensions configurable