Skip to content

Releases: mondeja/mkdocs-include-markdown-plugin

v3.5.0

23 May 12:47
1859d00
Compare
Choose a tag to compare

New features:

  • New option trailing-newlines for both directives to strip trailing newlines from content to include.
  • Both directives accept now recursive ** wildcard globbing to match against subdirectories including multiple files.

Enhancements:

  • String arguments filename, start, end and exclude now accept double quotes " in values escaping them with \".

v3.4.1

17 May 19:17
9a0380f
Compare
Choose a tag to compare

Bug fixes:

  • Fixed offset application not skipped in codeblocks at nested Markdown blocks.
  • Fixed incorrect output skipping relative URL rewritings in indented codeblocks.

Enhancements:

  • Optimize migrating from pathlib to os.path.
  • Some tiny performance optimizations processing text.

v3.4.0

05 May 18:15
753bc7e
Compare
Choose a tag to compare

Enhancements:

  • Warn if end or start arguments are not detected inside content to include.

v3.3.0

22 Feb 13:15
52e53c1
Compare
Choose a tag to compare

Enhancements:

  • Remove upper and lower limits for heading-offset argument.
  • Accept negative arguments for heading-offset argument to decrease heading depth.

v3.2.3

09 Sep 16:40
d905089
Compare
Choose a tag to compare

Fixed codeblocks added in wrong places rewriting relative URLs (regression produced by v3.2.2).

v3.2.2

03 Sep 07:36
749729e
Compare
Choose a tag to compare
  • Fixed rewriting of relative links inside codeblocks.
  • Added French translation for documentation.

v3.2.1

19 Jul 23:10
5d1caa2
Compare
Choose a tag to compare

v3.2.0

15 Jul 10:32
671749b
Compare
Choose a tag to compare

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.

v3.1.4

16 Jun 11:11
5f6b51f
Compare
Choose a tag to compare
  • Improve cumulative heading offset behaviour (thanks for report @mirk8s).

v3.1.3

11 Jun 10:25
Compare
Choose a tag to compare
  • Don't increase '#' characters of comments in indented codeblocks using heading-offset.
  • Added Spanish translation for documentation.