DavidAnson / vscode-markdownlint

Markdown linting and style checking for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
MIT License
894 stars 166 forks source link

Unordered list is using asterisks but linter says dash is present. #343

Open KevDog opened 1 month ago

KevDog commented 1 month ago

I am getting the following error: [Unordered list style: role/tpm-role.md#L8](https://github.com/github/tpm/pull/2210/files#annotation_21736071893) role/tpm-role.md:8:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]

For this list, the error happens on the italicized line and continues for the next nine lines. Only line nine is part of a list.

DavidAnson commented 1 month ago

Could you please show the relevant Markdown?