markdownlint/test/bulleted_list_2_space_indent.md

15 lines
269 B
Markdown
Raw Normal View History

# bulleted_list_2_space_indent
2015-03-02 23:30:40 -08:00
This is a document where the lists are indented by 2 spaces, but the style is
set to 4 space indents for lists:
* Test X
* Test Y {MD007}
* Test Z {MD007}
<!-- markdownlint-configure-file {
"MD007": {
"indent": 4
}
} -->