mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
24 lines
217 B
Markdown
24 lines
217 B
Markdown
<!-- markdownlint-disable MD003 -->
|
|
|
|
* list
|
|
* list
|
|
|
|
# Heading 1
|
|
|
|
* list
|
|
* list
|
|
|
|
# Heading 2 #
|
|
|
|
* list
|
|
* list
|
|
|
|
Heading 3
|
|
=========
|
|
|
|
* list
|
|
* list
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"first-line-heading": false
|
|
} -->
|