mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-21 04:24:07 +01:00
Add MD049/emphasis-style (fixes #150).
This commit is contained in:
parent
aa8aa83db8
commit
39724b991a
27 changed files with 418 additions and 35 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
[test _test_ test](www.test.com)
|
||||
[test `test` test](www.test.com)
|
||||
[test *test* test](www.test.com)
|
||||
[test *test* *test* test](www.test.com)
|
||||
[test *test* *test* *test* test](www.test.com)
|
||||
[test *test* test](www.test.com) {MD049}
|
||||
[test *test* *test* test](www.test.com) {MD049}
|
||||
[test *test* *test* *test* test](www.test.com) {MD049}
|
||||
[test **test** test](www.test.com)
|
||||
[test __test__ test](www.test.com) {MD050}
|
||||
[this should not raise](www.shouldnotraise.com)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue