Skip to content

Releases: timvink/mkdocs-enumerate-headings-plugin

enumerate-headings v0.6.2

16 Apr 19:05
396f0ef
Compare
Choose a tag to compare

What's Changed

  • Make sure "tests" is not installed as a package by @ErikvdVen in #40

New Contributors

Full Changelog: v0.6.1...v0.6.2

enumerate-headings v0.6.1

27 May 08:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

enumerate-headings v0.6

20 Feb 09:21
Compare
Choose a tag to compare

What's Changed

  • Drop explicit support for python 3.5 and 3.6 as it is end of life by @timvink in #30
  • Add new option 'restart_increment_after' by @ewels in #33

New Contributors

  • @ewels made their first contribution in #33

Full Changelog: v0.5...v0.6.0

enumerate-headings v0.5

09 Jan 20:48
Compare
Choose a tag to compare

Added

  • Option increment_across_pages to allow for single page enumeration (#29)
  • Option exclude to exclude certain pages (#28)

Changed

  • Dropped explicit support for python 3.5 and 3.6 (although plugin will still work), added support for 3.9 and 3.10

enumerate-headings v0.4.5

28 Jul 12:53
Compare
Choose a tag to compare

Fixed

  • .enumerate-headings-plugin CSS class now works correctly. .enumerate-heading-plugin CSS class also works for backwards compatibility. (#24)

enumerate-headings v0.4.4

26 May 11:57
Compare
Choose a tag to compare

Changed

  • Now error is raised when enumerate-headings plugin is defined in mkdocs.yml before other plugins that alter pages. (#25 #26)

enumerate-headings v0.4.3

15 Sep 08:41
Compare
Choose a tag to compare

Fixes

  • Bug where permalinks would be enumerated #23

enumerate-headings v0.4.2

08 Sep 17:58
Compare
Choose a tag to compare

Changed

  • Removed hack where enumerate-headings would always be executed as the last plugin. This ensures compatibility with plugins like mkdocs-print-site-plugin that need to be executed even later. Instead, plugin now warns users if plugin order is incorrect.

enumerate-headings v0.4.1

14 Jul 17:52
Compare
Choose a tag to compare

Fixed

  • Ignore enumeration of .ipynb files, prevents distorting output of mknotebooks plugin #21

Other

  • Dropped unit tests for compatibility with mkdocs-monorepo-plugin of which latest v0.4.9 release is broken #22

enumerate-headings v0.4

22 Jun 10:55
Compare
Choose a tag to compare

Bug-fix release. Thanks to @crivetimihai for finding & reporting these issues!

Fixed

  • Error and/or incorrect enumeration when using mkdocs-material with empty pages or pages without heading 1's #18