- Remove upper and lower limits for `heading-offset` argument. - Accept negative arguments for `heading-offset` argument to decrease heading depth.
3.2.3
Fixed codeblocks added in wrong places rewriting relative URLs (regression produced by [v3.2.2](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.2.2)).
3.2.2
- Fixed rewriting of relative links inside codeblocks. - Added French translation for documentation.
3.2.1
- Fixed encoding error in Windows including asian characters (75, reported by yaroslav-khomyak in 74).
3.2.0
Enhancements:
- Allow to pass relative and absolute globs for filenames including multiple files at once.
New features:
- New argument `exclude` for both directives to ignore certain files from being included. Also accepts relative and absolute globs.
3.1.4
- Improve cumulative heading offset behaviour (thanks for report mirk8s).