Skip to content

Releases: mondeja/mkdocs-include-markdown-plugin

v3.2.0

15 Jul 10:32
671749b

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

Choose a tag to compare

  • Improve cumulative heading offset behaviour (thanks for report @mirk8s).

v3.1.3

11 Jun 10:25

Choose a tag to compare

  • Don't increase '#' characters of comments in indented codeblocks using heading-offset.
  • Added Spanish translation for documentation.

v3.1.1

10 Jun 14:29
8ba3ee0

Choose a tag to compare

  • Make heading-offset cumulative over nested inclusions.

v3.1.0

06 Jun 17:35
6a7dd98

Choose a tag to compare

Include all from different parts of the same page using the same start and end arguments.

v3.0.1

19 May 09:18

Choose a tag to compare

  • Fixed headings offset increasing being applied inside fenced codeblocks.

v3.0.0

19 May 08:16

Choose a tag to compare

Breaking changes ⚠️

  • preserve_includer_indent argument is now defined as preserve-includer-indent.
  • rewrite_relative_urls argument is now defined as rewrite-relative-urls.

New features

  • heading-offset argument for include-markdown directive which increases the Markdown heading depth of included content (thanks @smk4664).

v2.8.0

06 Feb 18:15

Choose a tag to compare

  • preserve_includer_indent arguments of include and include-markdown directives are now true by default.

v2.7.2

03 Feb 10:25

Choose a tag to compare

  • Use setup.cfg declarative metadata.
  • Modernized code base conforming to Python3.6 standards.
  • More robust formatting (trailing commas, one quotation character in all strings...).
  • Removed __description__ from package public attributes.

v2.7.1

07 Jan 20:43

Choose a tag to compare

  • Fixed regex to make work multiple includes in the same file (thanks @deep9).