- 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.
3.8.1
Bug fixes:
- Fixed two errors relative to includer indentation for both directives.
3.8.0
New features:
- Allow to configure globally some arguments passed to directives, see [Configuration 👀](https://github.com/mondeja/mkdocs-include-markdown-plugin/tree/v3.8.0#configuration)
3.7.1
Bug fixes:
- HTML-escape file paths in comments generated by `include-markdown` directive to prevent broken content when including some edge cases.
3.7.0
New features:
- Added new argument `encoding` for both directives.
3.6.1
Bug fixes:
- Wrap `start` and `end` delimiters contents by single quotes in comments to show them better.