mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-02 05:58:49 +01:00
Update code/tests with latest functionality in Ruby markdownlint.
This commit is contained in:
parent
2d8122a3be
commit
fdeeddc99d
10 changed files with 57 additions and 7 deletions
|
|
@ -33,3 +33,8 @@ even though the emphasized text is on its own line.
|
|||
|
||||
This is another **normal** paragraph with some text in it. This also should
|
||||
not trigger the rule.
|
||||
|
||||
**This is an entire paragraph that has been emphasized, and shouldn't be
|
||||
detected as a header because it's on multiple lines**
|
||||
|
||||
**This also shouldn't be detected as a header as it ends in punctuation.**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue