Releases: mondeja/mkdocs-include-markdown-plugin
Releases · mondeja/mkdocs-include-markdown-plugin
v4.0.3
Enhancements:
- Added some performance improvements.
v4.0.2
Bug fixes:
- Fixed LiveReloadServer not imported at runtime with
serve
command (regression in 4.0.1)
v4.0.1
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
- The plugin is no longer installable on Python 3.6.
v3.9.1
Bug fixes:
- Fixed event order on Mkdocs >= 1.4.0
v3.9.0
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
Bug fixes:
- Fixed two errors relative to includer indentation for both directives.
v3.8.0
New features:
- Allow to configure globally some arguments passed to directives, see Configuration 👀
v3.7.1
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
New features:
- Added new argument
encoding
for both directives.