chore(deps): update dependency mkdocs-include-markdown-plugin to v7 #386
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.3.0
->^7.0.0
Release Notes
mondeja/mkdocs-include-markdown-plugin (mkdocs-include-markdown-plugin)
v7.1.2
Compare Source
Enhancements
cache_dir
global setting to configure the path to the cache directory. When setted avoids the requirement to installplatformdirs
to use HTTP caching.v7.1.1
Compare Source
New features
directives
global setting to customize directive names (#241)Enhancements
v7.0.1
Compare Source
Enhancements
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 ofinclude-markdown
directive wastrue
. Now has been switched tofalse
. 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
astrue
in the global configuration: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:
v6.2.2
Compare Source
Enhancements
wcmatch
dependency.v6.2.1
Compare Source
Bug fixes
v6.2.0
Compare Source
New features
recursive
argument toinclude-markdown
directive.Enhancements
comments
ininclude
directives (include
does not provides acomments
argument).v6.1.1
Compare Source
Enhancements
include
directive in the same file with otherinclude-markdown
directive.v6.1.0
Compare Source
New features
recursive
argument to theinclude
directive that allows to stop recursively processing includes in included files.v6.0.7
Compare Source
Bug fixes
docs_dir
directory is not found.v6.0.6
Compare Source
Bug fixes
v6.0.5
Compare Source
Bug fixes
heading_offset
not being applied.v6.0.4
Compare Source
Bug fixes
v6.0.3
Compare Source
Enhancements
mkdocs>=1.4
as dependency.v6.0.2
Compare Source
Enhancements
v6.0.1
Compare Source
Bug fixes
start
andend
delimiters in some contexts (regression from v6.0.0).v6.0.0
Compare Source
./
or../
. Non-explicit relative paths (likefoo/bar.md
) will be treated as relative todocs_dir
(typically the docs/ directory). To migrate just prepend./
in all your implicit relative paths and globs.exclude
configuration setting added in v5.1.0 is not treated more as a default value for theexclude
argument. Now accepts an array that defines multiple global exclusion patterns that will extend theexclude
argument pattern matches. Relative paths used by theexclude
global setting will be treated as relatives todocs_dir
.New features
foo/bar.md
orindex.md
.Enhancements
PluginError
s instead ofBuildError
s as recommended by Mkdocs.v5.1.0
Compare Source
New features
The next default values for arguments can be defined as settings:
start
end
exclude
heading_offset
rewrite_relative_urls
Bug fixes
heading-offset
values.Improvements
v5.0.0
Compare Source
Enhancements
New features
cache
extra and setting to control HTTP requests persistent file caching.Bug fixes
v4.0.4
Compare Source
Bug fixes:
v4.0.3
Compare Source
Enhancements:
v4.0.2
Compare Source
Bug fixes:
serve
command (regression in 4.0.1)v4.0.1
Compare Source
Enhancements:
Bug fixes:
v4.0.0
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.