markdownlint/test/lists_without_blank_lines.md
2015-02-24 23:36:48 -08:00

614 B

  • list (on first line)

text

  • list

text

  • list {MD032} text
  • list {MD032} text
  • list {MD032} text
  1. list {MD032} text
  • list
  • list {MD032} text

text 10. list {MD032} 20. list

text

  • list
    • list
      • list

text

  • list with hanging indent
    • list with hanging indent
  • list with hanging indent

Note: list without hanging indent violates MD032

  • list

    item with blank lines

  • list

    item with blank lines

text

/*
 * code block
 * not a list
 */

text

  • list {MD032}
code

text

code
``` {MD031}
* list {MD032}

text

* list (on last line without newline)