mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-12 16:44:20 +01:00
Add MD050/strong-style (fixes #150).
This commit is contained in:
parent
6294ad3ef0
commit
ab9e5875a2
23 changed files with 255 additions and 19 deletions
6
test/strong_style_underscore.json
Normal file
6
test/strong_style_underscore.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD050": {
|
||||
"style": "underscore"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue