Skip to content

Releases: cmacmackin/markdown-include

v0.8.1

07 Feb 09:46
8da79f0
Compare
Choose a tag to compare

What's Changed

  • Fix inheritHeadingDepth adding extra new lines by @ldeluigi in #43

Full Changelog: v0.8.0...v0.8.1

v0.8.0

23 Nov 18:01
fd3c00a
Compare
Choose a tag to compare

What's Changed

  • multiple templates on one line by @Umaaz in #27
  • ✨ Add support for specifying lines and line ranges by @tiangolo in #31

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.7.2

23 Nov 11:28
aa0515b
Compare
Choose a tag to compare

Project CI fix only

Full Changelog: v0.7.1...v0.7.2

v0.7.1

23 Nov 11:26
c904ef7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

Version 0.7.0

19 Jul 19:22
Compare
Choose a tag to compare

Modified to work with Python-Markdown 3.4. This makes the plugin incompatible with versions < 3.0.

Version 0.6.0

20 Aug 23:08
Compare
Choose a tag to compare
  • 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

26 Apr 12:53
Compare
Choose a tag to compare

Small bugfix for a syntax error in the previous release.

Version 0.5.0

21 Apr 23:12
Compare
Choose a tag to compare

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

27 Jan 02:23
Compare
Choose a tag to compare

Updates in order to provide better backwards-compatibility with old versions of Markdown.

Version 0.4.1

21 Jan 21:30
Compare
Choose a tag to compare

Fixed problem related to passing configurations to the extension.