Releases: mondeja/mkdocs-include-markdown-plugin
Releases · mondeja/mkdocs-include-markdown-plugin
v2.1.0
- Added support for using standard Python escapes in string delimiters (thanks @gwhitney).
- Added some optimizations (thanks for a suggestion @gwhitney).
v2.0.0
- Rewriting relative paths in included files to make them work in new locations (thanks @joerick).
- Raise
FileNotFoundError
instead of ValueError
when the file to include is not found.
v1.0.0
- Separated package from cibuildwheel documentation.