Releases: AnonymousRand/python_markdown_environments
Releases · AnonymousRand/python_markdown_environments
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
v0.5.0
Fixes
- Fix minor error with variable not being initialized
v0.4.0
Fixes
- Fix syntax error
v0.3.0
Changes
- Bump
MarkdownPython dependency 3.6 -> 3.7
Fixes
ThmExtensionnow passes correct arguments toCounterExtension.__init__()
v0.2.0
Changes
- Make extensions configurable