Releases: AnonymousRand/python_markdown_environments
Releases · AnonymousRand/python_markdown_environments
v0.15.0
Fixes
- Dropdowns with
thm_name_overrides_headingset toTrueno longer have blank theorem headings
v0.14.0
Fixes
- Yet more syntax errors
v0.13.0
Fixes
- Fix more syntax errors
v0.12.0
Fixes
- Fix syntax error
v0.11.0
Changes
- Rename some config keys
- HTML
classandidattributes are not added if they're an empty string ThmsExtension'sthm_name_overrides_headingconfig key now also overrides theorem counter, not just theorem type
v0.10.0
Fixes
pyproject.tomlactually specifies dependencies without a typo
v0.9.0
Changes
ThmExtensionconditionally importsDivExtensionorDropdownExtensionif they're required
v0.8.0
Changes
- Make
ThmCountergenerate HTML in a moreElementTree-ic way
v0.7.0
Fixes
- Fix bug with incorrect config key name
v0.6.0
Fixes
- Use
xml.etree.ElementTree.Element.tailattribute instead oftextattribute for theorem header to obtain hopefully correct order of mixed content