mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add MD034 with tests, improve validation of README and Rules.
This commit is contained in:
parent
495fbac6fd
commit
0e24df7cf7
7 changed files with 104 additions and 34 deletions
|
@ -64,6 +64,7 @@ cases come directly from that project.
|
|||
* **MD031** - Fenced code blocks should be surrounded by blank lines
|
||||
* **MD032** - Lists should be surrounded by blank lines
|
||||
* **MD033** - Inline HTML
|
||||
* **MD034** - Bare URL used
|
||||
|
||||
See [Rules.md](doc/Rules.md) for more details.
|
||||
|
||||
|
@ -78,12 +79,14 @@ See [Rules.md](doc/Rules.md) for more details.
|
|||
* **hard_tab** - MD010
|
||||
* **headers** - MD001, MD002, MD003, MD018, MD019, MD020, MD021, MD022, MD023,
|
||||
MD024, MD025, MD026
|
||||
* **html** - MD033
|
||||
* **indentation** - MD005, MD006, MD007, MD027
|
||||
* **line_length** - MD013
|
||||
* **links** - MD011
|
||||
* **links** - MD011, MD034
|
||||
* **ol** - MD029, MD030, MD032
|
||||
* **spaces** - MD018, MD019, MD020, MD021, MD023
|
||||
* **ul** - MD004, MD005, MD006, MD007, MD030, MD032
|
||||
* **url** - MD034
|
||||
* **whitespace** - MD009, MD010, MD012, MD027, MD028, MD030
|
||||
|
||||
## API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue