markdownlint/test/lists-and-headings.md

25 lines
217 B
Markdown
Raw Permalink Normal View History

<!-- markdownlint-disable MD003 -->
* list
* list
# Heading 1
* list
* list
# Heading 2 #
* list
* list
Heading 3
=========
* list
* list
<!-- markdownlint-configure-file {
"first-line-heading": false
} -->