Releases: mondeja/mkdocs-include-markdown-plugin
Releases · mondeja/mkdocs-include-markdown-plugin
v3.2.0
Enhancements:
- Allow to pass relative and absolute globs for filenames including multiple files at once.
New features:
- New argument
excludefor both directives to ignore certain files from being included. Also accepts relative and absolute globs.
v3.1.4
v3.1.3
- Don't increase '#' characters of comments in indented codeblocks using heading-offset.
- Added Spanish translation for documentation.
v3.1.1
- Make heading-offset cumulative over nested inclusions.
v3.1.0
Include all from different parts of the same page using the same start and end arguments.
v3.0.1
- Fixed headings offset increasing being applied inside fenced codeblocks.
v3.0.0
Breaking changes ⚠️
preserve_includer_indentargument is now defined aspreserve-includer-indent.rewrite_relative_urlsargument is now defined asrewrite-relative-urls.
New features
heading-offsetargument forinclude-markdowndirective which increases the Markdown heading depth of included content (thanks @smk4664).
v2.8.0
preserve_includer_indentarguments ofincludeandinclude-markdowndirectives are nowtrueby default.
v2.7.2
- Use
setup.cfgdeclarative metadata. - Modernized code base conforming to Python3.6 standards.
- More robust formatting (trailing commas, one quotation character in all strings...).
- Removed
__description__from package public attributes.