mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
251 B
251 B
ordered_list_item_prefix-paren
Good list:
- Do this.
- Do that.
- ???
- Profit!
Bad list:
- Do this.
- Do nothing. {MD029}
- ??? {MD029}
- Failed! {MD029}