mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
988 B
988 B
Normal list
- Foo
- Bar
- Baz
List with incorrect spacing
- Foo {MD030}
- Bar {MD030}
- Baz {MD030}
List with children:
- Foo {MD030}
- Bar {MD030}
- Baz
- Bar {MD030}
List with children and correct spacing:
- Foo
- Bar
- Baz (This sublist has no children)
- Bar
List with Multiple paragraphs and correct spacing
-
Foo
Here is the second paragraph
-
All items in the list need the same indent
List with multiple paragraphs and incorrect spacing
-
Foo {MD030}
Here is the second paragraph
-
Bar {MD030}
List with code blocks:
-
Foo
Here is some code
-
Bar
Ordered lists:
- Foo
- Bar
- Baz
And with incorrect spacing:
- Foo {MD030}
- Bar {MD030}
- Baz {MD030}
Ordered lists with children:
- Foo {MD030}
- Hi
- Bar {MD030}
- Baz {MD030}
Ordered lists with children (correct spacing), and with something other than the first item determining that the entire list has children:
- Foo
- Bar
- Hi
- Baz