Skip to content

Releases: mondeja/mkdocs-include-markdown-plugin

v3.9.1

16 Oct 17:17
Compare
Choose a tag to compare

Bug fixes:

  • Fixed event order on Mkdocs >= 1.4.0

v3.9.0

28 Sep 18:37
89ef479
Compare
Choose a tag to compare

New features:

  • Included files are watched when using mkdocs serve. Only supported from Mkdocs v1.4.0 onwards.

Deprecated:

  • The support for Python 3.6 has been oficially deprecated and the plugin will not be installable on that version from the next v4.0.0 release.

v3.8.1

16 Sep 17:49
9a98934
Compare
Choose a tag to compare

Bug fixes:

  • Fixed two errors relative to includer indentation for both directives.

v3.8.0

15 Sep 10:34
3a4c332
Compare
Choose a tag to compare

New features:

v3.7.1

07 Sep 20:05
0c5dba6
Compare
Choose a tag to compare

Bug fixes:

  • HTML-escape file paths in comments generated by include-markdown directive to prevent broken content when including some edge cases.

v3.7.0

07 Sep 16:17
31be084
Compare
Choose a tag to compare

New features:

  • Added new argument encoding for both directives.

v3.6.1

28 Jul 13:33
9dc4eb8
Compare
Choose a tag to compare

Bug fixes:

  • Wrap start and end delimiters contents by single quotes in comments to show them better.

v3.6.0

21 Jul 12:13
Compare
Choose a tag to compare

New features:

  • Allow to configure globally custom tags strings to open and close directives (#112).

v3.5.2

01 Jun 08:42
92389b1
Compare
Choose a tag to compare

Bug fixes:

  • Fixed incompatibility between trailing-newlines and comments arguments of include-markdown directive.

v3.5.1

24 May 11:38
68b30c4
Compare
Choose a tag to compare

Bug fixes:

  • Fixed nested inclusions showing incorrect warning messages.
  • Fixed error skipping relative URLs rewriting in indented codeblocks using Windows newlines.

Enhancements:

  • Allow to pass string arguments wrapped by single quotes ' escaping them with \'.
  • Show errors if filename, end, start or exclude arguments are empty.
  • Show error rather than raising an exception if a file to be included is not found.
  • Show error rather than raising an exception if a parsed boolean value is not valid.
  • Improved warning messages adding affected line number and directive.