Skip to content

Releases: mondeja/mkdocs-include-markdown-plugin

v4.0.3

18 Dec 01:08
571858a
Compare
Choose a tag to compare

Enhancements:

  • Added some performance improvements.

v4.0.2

17 Dec 04:11
e647ef9
Compare
Choose a tag to compare

Bug fixes:

  • Fixed LiveReloadServer not imported at runtime with serve command (regression in 4.0.1)

v4.0.1

15 Dec 15:46
e84bfdc
Compare
Choose a tag to compare

Enhancements:

  • The plugin has been fully typed.

Bug fixes:

  • Prevented an edge case bug when specifying an invalid encoding parameter in directives.

v4.0.0

30 Nov 12:57
Compare
Choose a tag to compare

⚠️ Breaking changes:

  • The plugin is no longer installable on Python 3.6.

v3.9.1

16 Oct 17:17
Compare
Choose a tag to compare

Bug fixes:

  • Fixed event order on Mkdocs >= 1.4.0

v3.9.0

28 Sep 18:37
89ef479
Compare
Choose a tag to compare

New features:

  • Included files are watched when using mkdocs serve. Only supported from Mkdocs v1.4.0 onwards.

Deprecated:

  • The support for Python 3.6 has been oficially deprecated and the plugin will not be installable on that version from the next v4.0.0 release.

v3.8.1

16 Sep 17:49
9a98934
Compare
Choose a tag to compare

Bug fixes:

  • Fixed two errors relative to includer indentation for both directives.

v3.8.0

15 Sep 10:34
3a4c332
Compare
Choose a tag to compare

New features:

v3.7.1

07 Sep 20:05
0c5dba6
Compare
Choose a tag to compare

Bug fixes:

  • HTML-escape file paths in comments generated by include-markdown directive to prevent broken content when including some edge cases.

v3.7.0

07 Sep 16:17
31be084
Compare
Choose a tag to compare

New features:

  • Added new argument encoding for both directives.