Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mondeja/mkdocs-include-markdown-plugin

v7.2.0

28 Sep 21:50
708a374

Choose a tag to compare

New features

  • Add new argument order to sort multiple inclusions.

v7.1.8

26 Sep 09:22
7466d67

Choose a tag to compare

Bug fixes

  • Escape substitution placeholders to prevent malformed output in edge cases.

v7.1.7

27 Aug 19:17
cc0f211

Choose a tag to compare

Bug fixes

  • Fix passing negative values to heading-offset argument of include-markdown directive.

v7.1.6

13 Jun 18:25
1062404

Choose a tag to compare

Bug fixes

  • Fix internal anchor in included file incorrectly rewritten.

v7.1.5

07 Mar 23:28
aa17cc0

Choose a tag to compare

Bug fixes

  • Fix bug when warning about some invalid directive arguments.
  • Fix bug trying to use punctuations inside custom include directive names.

v7.1.4

09 Feb 14:30
253cbc4

Choose a tag to compare

Bug fixes

  • Fix internal anchors in included files not rewritten correctly.

v7.1.3

05 Feb 18:33

Choose a tag to compare

Enhancements

  • Add HTML support for relative URL rewrites.

v7.1.2

29 Nov 14:05
1ffebb2

Choose a tag to compare

Enhancements

  • Add cache_dir global setting to configure the path to the cache directory. When setted avoids the requirement to install platformdirs to use HTTP caching.

v7.1.1

21 Nov 05:28

Choose a tag to compare

New features

  • Add a new directives global setting to customize directive names.

Enhancements

  • Some performance optimizations.

v7.0.1

18 Nov 05:09

Choose a tag to compare

Enhancements

  • Performance optimization up to 25% faster.