mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #484] MD035 should ignore the leading > when checking a pattern #2247
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2247
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nschonni on GitHub (Jan 18, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/484
When checking a document for a HR of
---usingon the following
It flags the
> ---instead of ignoring the leading>because it is in a blockquote[Expected: ---; Actual: > ---]@DavidAnson commented on GitHub (Jan 18, 2022):
I think this is fixed in the latest version of the library for #430: https://dlaa.me/markdownlint/#%25m%23%20Issue%20484%0A%0AText%0A%0A---%0A%0A%3E%20Text%0A%3E%0A%3E%20---%0A%3E%0A%3E%20Text%0A
@nschonni commented on GitHub (Jan 18, 2022):
OK, feel free to close. The only part I'm not sure the live site can test is if it was an issue with the explicit config causing the issue vs. the default "consistent"
@DavidAnson commented on GitHub (Jan 18, 2022):
It should not matter, but you can include explicit config on the demo site with markdownlint-configure-file if you want to be sure.