mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-01 16:20:15 +01:00
Update MD049/emphasis-style and MD050/strong-style to properly detect violations at the beginning and end of a line (fixes #1132).
This commit is contained in:
parent
f26df4743c
commit
64b9032b51
13 changed files with 436 additions and 18 deletions
|
|
@ -1,8 +1,18 @@
|
|||
# Strong style underscore
|
||||
|
||||
__This__ is fine
|
||||
|
||||
This __is__ fine
|
||||
|
||||
This is __fine__
|
||||
|
||||
This is **not** {MD050}
|
||||
**This** is not
|
||||
|
||||
This **is** not
|
||||
|
||||
This is **not**
|
||||
|
||||
{MD050:-2} {MD050:-4} {MD050:-6}
|
||||
|
||||
Internal emphasis is preserved:
|
||||
apple**banana**cherry, apple**banana**, **banana**cherry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue