Skip to content

Releases: AnonymousRand/python_markdown_environments

v1.1.0

06 Jan 08:06

Choose a tag to compare

Changes

  • Remove thm_punct and use_punct_if_nothing_after config keys for each theorem type in favor of cleaner code; will always use default of "." and True respectively now
  • Applied emph_html_class to theorem punctuation as well

v1.0.2

03 Jan 08:31

Choose a tag to compare

Changes

  • Only updated README/docs

v1.0.1

03 Jan 08:23

Choose a tag to compare

Fixes

  • Make development version correct in pyproject.toml

v1.0.0

03 Jan 08:14

Choose a tag to compare

Release

Yippee!!

v0.21.0

03 Jan 08:05

Choose a tag to compare

Changes

  • Add Read the Docs config

v0.20.0

03 Jan 05:16

Choose a tag to compare

Changes

  • ThmHeadingProcessor is now a Postprocessor instead of an InlineProcessor to avoid Markdown placeholders in theorem names, and BeautifulSoup used to remove HTML tags. Remaining functionality should be identical.

v0.19.0

03 Jan 00:47

Choose a tag to compare

Changes

  • Renamed ThmsExtension's type's config key from thm_heading_punct to thm_punct

v0.18.0

03 Jan 00:13

Choose a tag to compare

Changes

  • ThmsExtension configuration structure changed

v0.17.0

02 Jan 03:41

Choose a tag to compare

Changes

  • All extension classes are now directly imported from package instead of individual modules

v0.16.0

26 Dec 05:15

Choose a tag to compare

Changes

  • Requires at least Python 3.10 now
  • Theorems with thm_name_overrides_thm_heading set to True get an HTML id based on its name just like the other theorems now
  • Rename some more config keys