mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +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
|
|
@ -6,4 +6,15 @@ Some text
|
|||
===================================
|
||||
|
||||
Setext style title only indented {MD023}
|
||||
=========================================
|
||||
=========================================
|
||||
|
||||
* Test situations in which MD023 shouldn't be triggered.
|
||||
|
||||
```rb
|
||||
# This shouldn't trigger MD023 as it is a code comment.
|
||||
foo = "And here is some code"
|
||||
```
|
||||
|
||||
* This is another case where MD023 shouldn't be triggered
|
||||
# Test {MD023} Valid header for CommonMark (see section 5.2)
|
||||
# Test {MD023} Also valid header for CommonMark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue