mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #512] MD030 in admonitions #2268
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#2268
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 @skwde on GitHub (Mar 28, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/512
MD030 currently doesn't apply to indented lists (ol / ul).
Based on this config:
Just look at the errors in
Tested on
@nschonni commented on GitHub (Mar 28, 2022):
Syntax isn't supported, see https://github.com/DavidAnson/markdownlint/issues/207
@DavidAnson commented on GitHub (Mar 28, 2022):
See #207 for information about adding recognition of admonitions to the parser via a plug-in. Note that markdoenlint-cli2 supports using parser plug-ins.
@DavidAnson commented on GitHub (Mar 28, 2022):
(You beat me by 4 seconds, Nick!)
@skwde commented on GitHub (Mar 31, 2022):
Thanks for the quick replies from both of you.
As mentioned in the other issue already it seems the plugin is no longer maintained (last commit from 4 years ago)...
Are there still no plans to support admonitions?
@DavidAnson commented on GitHub (Mar 31, 2022):
I do not have plans for admonitions. If there is something lacking with that plug-in, I would appreciate if someone helped improve it.