Closed renovate[bot] closed 2 years ago
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
This PR was automatically closed because of stale in 10 days
This PR contains the following updates:
==3.3.0
->==3.6.1
Release Notes
mondeja/mkdocs-include-markdown-plugin
### [`v3.6.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.6.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.6.0...v3.6.1) Bug fixes: - Wrap `start` and `end` delimiters contents by single quotes in comments to show them better. ### [`v3.6.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.6.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.5.2...v3.6.0) New features: - Allow to configure globally custom tags strings to open and close directives ([#112](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/issues/112)). ### [`v3.5.2`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.5.2) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.5.1...v3.5.2) Bug fixes: - Fixed incompatibility between `trailing-newlines` and `comments` arguments of `include-markdown` directive. ### [`v3.5.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.5.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.5.0...v3.5.1) 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. ### [`v3.5.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.5.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.4.1...v3.5.0) New features: - New option [`trailing-newlines`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/tree/1859d0008da744666343a0da0c1bcf8e408858f8#include-markdown_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`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.4.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.4.0...v3.4.1) 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`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.4.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.3.0...v3.4.0) Enhancements: - Warn if `end` or `start` arguments are not detected inside content to include.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 has been generated by Mend Renovate. View repository job log here.