mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
247 B
247 B
ordered_list_item_prefix-paren
Good list:
- Do this.
- Do that.
- ???
- Profit!
Bad list:
- Do this.
- Do nothing. {MD029}
- ??? {MD029}
- Failed! {MD029}