You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
ftr, you can disable specific rules for the file or for the line. turning this:
Error: README.md:64 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Error: README.md:70:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk]
Error: README.md:70 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "> * The strength of your login..."]
Error: README.md:71:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk]
Error: README.md:8[6](https://github.com/pkgxdev/bpb/actions/runs/12039576579/job/33567668904#step:4:7) MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Error: README.md:9[7](https://github.com/pkgxdev/bpb/actions/runs/12039576579/job/33567668904#step:4:8) MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
into <!-- markdownlint-disable-next-line MD012 -->
if you wanted the rest of it. 'susually how I do it. you can also use a config or ignore dotfile. lots of options.
8d1fead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ftr, you can disable specific rules for the file or for the line. turning this:
into
<!-- markdownlint-disable-next-line MD012 -->
if you wanted the rest of it. 'susually how I do it. you can also use a config or ignore dotfile. lots of options.
https://github.com/DavidAnson/vscode-markdownlint#snippets