markdownlint/test/ordered_list_item_prefix.md

245 B

ordered_list_item_prefix

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}