Skip to content

Releases: AnonymousRand/python_markdown_environments

v0.15.0

25 Dec 09:13

Choose a tag to compare

Fixes

  • Dropdowns with thm_name_overrides_heading set to True no longer have blank theorem headings

v0.14.0

25 Dec 08:57

Choose a tag to compare

Fixes

  • Yet more syntax errors

v0.13.0

25 Dec 08:36

Choose a tag to compare

Fixes

  • Fix more syntax errors

v0.12.0

25 Dec 08:17

Choose a tag to compare

Fixes

  • Fix syntax error

v0.11.0

25 Dec 08:04

Choose a tag to compare

Changes

  • Rename some config keys
  • HTML class and id attributes are not added if they're an empty string
  • ThmsExtension's thm_name_overrides_heading config key now also overrides theorem counter, not just theorem type

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