Releases: cmacmackin/markdown-include
Releases · cmacmackin/markdown-include
v0.8.1
v0.8.0
v0.7.2
Project CI fix only
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Version 0.7.0
Modified to work with Python-Markdown 3.4. This makes the plugin incompatible with versions < 3.0.
Version 0.6.0
- Added ability ot offset headers in the included file so they fall under the header level in which the include occurs
- Add option to throw exception when can't find an include file (instead of printing a warning)
- Fixed stripping of last character in file, so only occurs if it is a new-line
- Some behind-the-scenes improvement to code and documentation
Version 0.5.1
Small bugfix for a syntax error in the previous release.
Version 0.5.0
Corrected some errors in documentation and merged in commits of diegobz to add support for encoding and tidy up the source code.
Version 0.4.2
Updates in order to provide better backwards-compatibility with old versions of Markdown.
Version 0.4.1
Fixed problem related to passing configurations to the extension.