markdownlint/test/ordered_list_item_prefix.md

22 lines
245 B
Markdown
Raw Permalink Normal View History

# ordered_list_item_prefix
2015-03-07 22:46:45 -08:00
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 {
"ol-prefix": {
"style": "one"
}
} -->