Releases: AnonymousRand/python_markdown_environments
Releases · AnonymousRand/python_markdown_environments
v1.1.0
Changes
- Remove
thm_punctanduse_punct_if_nothing_afterconfig keys for each theorem type in favor of cleaner code; will always use default of"."andTruerespectively now - Applied
emph_html_classto theorem punctuation as well
v1.0.2
Changes
- Only updated README/docs
v1.0.1
Fixes
- Make development version correct in
pyproject.toml
v1.0.0
Release
Yippee!!
v0.21.0
Changes
- Add Read the Docs config
v0.20.0
Changes
ThmHeadingProcessoris now aPostprocessorinstead of anInlineProcessorto avoid Markdown placeholders in theorem names, and BeautifulSoup used to remove HTML tags. Remaining functionality should be identical.
v0.19.0
Changes
- Renamed
ThmsExtension'stype's config key fromthm_heading_puncttothm_punct
v0.18.0
Changes
ThmsExtensionconfiguration structure changed
v0.17.0
Changes
- All extension classes are now directly imported from package instead of individual modules
v0.16.0
Changes
- Requires at least Python 3.10 now
- Theorems with
thm_name_overrides_thm_headingset toTrueget an HTMLidbased on its name just like the other theorems now - Rename some more config keys