mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #142] [markdownlint] MD004/ul-style: Unordered list style [Expected: dash; Actual: asterisk] #1970
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#1970
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 @dangjun625 on GitHub (Aug 29, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/142
@DavidAnson commented on GitHub (Aug 29, 2018):
Could you please show the original Markdown? What’s shown above is how GitHub renders it. You should be able to put your example in a code fence to preserve the formatting. Thanks!
@dangjun625 commented on GitHub (Aug 29, 2018):
@DavidAnson commented on GitHub (Aug 29, 2018):
The default mode for MD04 is
consistent, so what you show is correct behavior. I think you want to use thesublistmode. There are examples of both in the documentation:https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md004---unordered-list-style
Examples of how to configure rules in VS Code are here:
https://github.com/DavidAnson/vscode-markdownlint#markdownlintconfig
@dangjun625 commented on GitHub (Aug 31, 2018):