Skip to content

chore(deps): update dependency mkdocs-include-markdown-plugin to v7#22

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mkdocs-include-markdown-plugin-7.x
Open

chore(deps): update dependency mkdocs-include-markdown-plugin to v7#22
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mkdocs-include-markdown-plugin-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Change Age Confidence
mkdocs-include-markdown-plugin (changelog) >=6.2.2,<7>=7.2.1,<8 age confidence

Release Notes

mondeja/mkdocs-include-markdown-plugin (mkdocs-include-markdown-plugin)

v7.2.1

Compare Source

Enhancements
  • Optimize string concatenation.

v7.2.0

Compare Source

New features

  • Add new argument order to sort multiple inclusions.

v7.1.8

Compare Source

Bug fixes

  • Escape substitution placeholders to prevent malformed output in edge cases.

v7.1.7

Compare Source

Bug fixes

  • Fix passing negative values to heading-offset argument of include-markdown directive.

v7.1.6

Compare Source

Bug fixes
  • Fix internal anchor in included file incorrectly rewritten.

v7.1.5

Compare Source

Bug fixes
  • Fix bug when warning about some invalid directive arguments.
  • Fix bug trying to use punctuations inside custom include directive names.

v7.1.4

Compare Source

Bug fixes

  • Fix internal anchors in included files not rewritten correctly.

v7.1.3

Compare Source

Enhancements

  • Add HTML support for relative URL rewrites.

v7.1.2

Compare Source

Enhancements

  • Add cache_dir global setting to configure the path to the cache directory. When setted avoids the requirement to install platformdirs to use HTTP caching.

v7.1.1

Compare Source

New features

  • Add a new directives global setting to customize directive names.

Enhancements

  • Some performance optimizations.

v7.0.1

Compare Source

Enhancements

  • Performance optimization up to 25% faster.

v7.0.0

Compare Source

Breaking changes

No longer installable on Python v3.8

Minimum Python version for installation is v3.9. Python v3.8 reached his end of life at 2024-10-07.

Comments are turned off by default

Before this release, the default value for comments argument of include-markdown directive was true. Now has been switched to false. This prevents some inconvenients, for example, trying to include one-line texts on table cells and list items.

If you want the previous behaviour, configure comments as true in the global configuration:

plugins:
  - include-markdown:
      comments: true
Indented code blocks must be surrounded by newlines

Now mkdocs-include-markdown-plugin will only detect indented code blocks if are surrounded by newlines, conforming to CommonMark specification.

In the practice this means that you must surround indented code blocks with newlines or possible link targets URLs will be rewritten to work in relative files. For example, the next code is not treated as an indented code block any more and will break:

Foo
    const auto lambda = []() { .... };

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-7.x branch from c2828f9 to 58ecf20 Compare February 21, 2025 17:40
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-7.x branch from 58ecf20 to aabe02a Compare August 10, 2025 13:27
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-7.x branch from aabe02a to cc7f6c8 Compare August 27, 2025 19:41
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-7.x branch 2 times, most recently from 54a834c to d9fd1c7 Compare September 29, 2025 00:55
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-7.x branch 2 times, most recently from 6fafeba to 8bcb33c Compare November 25, 2025 16:58
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-7.x branch from 8bcb33c to f9cfce6 Compare January 25, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants