generated from executablebooks/mdformat-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(#31): ignore HTML within Code Blocks #32
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KyleKing
changed the title
test(#31): replicate reported error
fix(#31): ignore HTML within Code Blocks
Jun 13, 2024
dhruvmanila
referenced
this pull request
in astral-sh/ruff
Aug 12, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mdformat-mkdocs](https://togithub.com/kyleking/mdformat-mkdocs) ([changelog](https://togithub.com/kyleking/mdformat-mkdocs/releases)) | `==2.0.4` -> `==3.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mdformat-mkdocs/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mdformat-mkdocs/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mdformat-mkdocs/2.0.4/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mdformat-mkdocs/2.0.4/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kyleking/mdformat-mkdocs (mdformat-mkdocs)</summary> ### [`v3.0.0`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v3.0.0) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.1.1...v3.0.0) ##### What's Changed - refactor([#​25](https://togithub.com/kyleking/mdformat-mkdocs/issues/25)): support anchor links as a plugin in [https://github.com/KyleKing/mdformat-mkdocs/pull/30](https://togithub.com/KyleKing/mdformat-mkdocs/pull/30) - fix([#​33](https://togithub.com/kyleking/mdformat-mkdocs/issues/33)): render anchor links above a heading without newlines in KyleKing/mdformat-mkdocs@7c1e489 and KyleKing/mdformat-mkdocs@4be7ca8 - refactor!: rename according to syntax source (e.g. `material_*`, `mkdocs_*`, `pymd_*` (python markdown), `mkdocstrings_*`) in KyleKing/mdformat-mkdocs@d6c465a - feat: render HTML for cross-references in KyleKing/mdformat-mkdocs@a967d20 - ci: major improvements from template (https://github.com/KyleKing/mdformat-plugin-template) **Full Changelog**: KyleKing/mdformat-mkdocs@v2.1.1...v3.0.0 ### [`v2.1.1`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.1.1) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.1.0...v2.1.1) ##### What's Changed - fix([#​31](https://togithub.com/kyleking/mdformat-mkdocs/issues/31)): ignore HTML within Code Blocks by [@​KyleKing](https://togithub.com/KyleKing) in [https://github.com/KyleKing/mdformat-mkdocs/pull/32](https://togithub.com/KyleKing/mdformat-mkdocs/pull/32) **Full Changelog**: KyleKing/mdformat-mkdocs@v2.1.0...v2.1.1 ### [`v2.1.0`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.1.0) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.0.11...v2.1.0) ##### What's Changed - feat([#​28](https://togithub.com/kyleking/mdformat-mkdocs/issues/28)): support "Abbreviations" by [@​KyleKing](https://togithub.com/KyleKing) in [https://github.com/KyleKing/mdformat-mkdocs/pull/29](https://togithub.com/KyleKing/mdformat-mkdocs/pull/29) **Full Changelog**: KyleKing/mdformat-mkdocs@v2.0.11...v2.1.0 ### [`v2.0.11`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.0.11) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.0.10...v2.0.11) ##### Changes - fix([#​25](https://togithub.com/kyleking/mdformat-mkdocs/issues/25)): add support for "[markdown anchors](https://mkdocstrings.github.io/autorefs/#markdown-anchors)" syntax from the `mkdocs` [autorefs](https://mkdocstrings.github.io/autorefs) plugin **Full Changelog**: KyleKing/mdformat-mkdocs@v2.0.10...v2.0.11 ### [`v2.0.10`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.0.10) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.0.9...v2.0.10) Changes: - fix([#​24](https://togithub.com/kyleking/mdformat-mkdocs/issues/24)): respect ordered lists that start with `0.` ([#​26](https://togithub.com/kyleking/mdformat-mkdocs/issues/26)) **Full Changelog**: KyleKing/mdformat-mkdocs@v2.0.9...v2.0.10 ### [`v2.0.9`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.0.9) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.0.8...v2.0.9) Changelog: - fix([#​23](https://togithub.com/kyleking/mdformat-mkdocs/issues/23)): ignore empty newlines when in fenced code blocks **Full Changelog**: KyleKing/mdformat-mkdocs@v2.0.8...v2.0.9 ### [`v2.0.8`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.0.8) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.0.7...v2.0.8) Changelog: - Fix([#​21](https://togithub.com/kyleking/mdformat-mkdocs/issues/21)): ignore lists in fenced code **Full Changelog**: KyleKing/mdformat-mkdocs@v2.0.7...v2.0.8 ### [`v2.0.7`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.0.7) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.0.6...v2.0.7) Changelog: - Fix([#​20](https://togithub.com/kyleking/mdformat-mkdocs/issues/20)): KyleKing/mdformat-mkdocs@01a6916 **Full Changelog**: KyleKing/mdformat-mkdocs@v2.0.6...v2.0.7 ### [`v2.0.6`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.0.6) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.0.5...v2.0.6) ##### Changelog - Resolve typo in CLI for [#​19](https://togithub.com/kyleking/mdformat-mkdocs/issues/19) (KyleKing/mdformat-mkdocs@3dc80a0) - Make `mdformat-wikilink` optional thanks to a quick release ([https://github.com/tmr232/mdformat-wikilink/issues/6](https://togithub.com/tmr232/mdformat-wikilink/issues/6))! **Full Changelog**: KyleKing/mdformat-mkdocs@v2.0.5...v2.0.6 ### [`v2.0.5`](https://togithub.com/KyleKing/mdformat-mkdocs/releases/tag/v2.0.5) [Compare Source](https://togithub.com/kyleking/mdformat-mkdocs/compare/v2.0.4...v2.0.5) Changelog: - Resolves [#​19](https://togithub.com/kyleking/mdformat-mkdocs/issues/19). Add `--ignore-missing-references` to prevent escaping brackets for compatibility with python mkdocstrings - feat: back-port `mdformat-wikilink` to Python 3.8 by default (see: [https://github.com/tmr232/mdformat-wikilink/issues/6](https://togithub.com/tmr232/mdformat-wikilink/issues/6)) **Full Changelog**: KyleKing/mdformat-mkdocs@v2.0.5...v2.0.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolves #31