markdownlint/test/ordered_list_item_prefix-paren.md

251 B

ordered_list_item_prefix-paren

Good list:

  1. Do this.
  2. Do that.
  3. ???
  4. Profit!

Bad list:

  1. Do this.
  2. Do nothing. {MD029}
  3. ??? {MD029}
  4. Failed! {MD029}