mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #152] Fenced code blocks not recognized when nested under list item #1979
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#1979
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 @dbader on GitHub (Oct 31, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/152
Thanks for this awesome project, it's been incredibly helpful in standardizing the format of our written content 😄
I'm having an issue with fenced code blocks that are nested under list items not being recognized as code blocks. For example, the following file will trigger the
no-multiple-blankswhile inside the second code block.test.md:Running
markdownlint@0.11.0viamarkdownlint-cli@0.13.0@DavidAnson commented on GitHub (Oct 31, 2018):
Sorry about that, I think this is a duplicate of what’s underlying #151. I will look into this once I finish a couple of other in-progress projects. Thanks!
@dbader commented on GitHub (Oct 31, 2018):
No worries at all David and THANKS SO MUCH for this awesome project, it's been incredibly helpful :)