markdownlint/test/ordered_list_item_prefix-paren.md

22 lines
247 B
Markdown
Raw Normal View History

# ordered_list_item_prefix-paren
Good list:
1) Do this.
1) Do that.
1) ???
1) Profit!
Bad list:
1) Do this.
2) Do nothing. {MD029}
3) ??? {MD029}
4) Failed! {MD029}
<!-- markdownlint-configure-file {
"MD029": {
"style": "one"
}
} -->