diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-27 23:09:58 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-27 23:09:58 -0700 |
commit | 49c4e4cecf23783dce3cf26c4524947a9754ea7a (patch) | |
tree | bcfc8235dfe1807db46d02c911c9dcb624d3c59a | |
parent | f0684c041074c1e54276a023ad8e1b1a162130a1 (diff) |
Added example of list item starting with two blanks.
Closes #332.
-rw-r--r-- | spec.txt | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -3641,6 +3641,21 @@ Here are some list items that start with a blank line but are not empty: </ul> . +A list item can begin with at most one blank line. +In the following example, `foo` is not part of the list +item: + +. +- + + foo +. +<ul> +<li></li> +</ul> +<p>foo</p> +. + Here is an empty bullet list item: . |