diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-27 23:10:43 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-27 23:10:43 -0700 |
commit | 521c43cbdc0709b2b0fe4081c2349e4a3b86c984 (patch) | |
tree | 756905296b317c821e27e782cf4b11d5ee3a8af1 /test | |
parent | 62cb38bf8a826125fba0034221343aa70dd3d415 (diff) |
Updated spec.
Diffstat (limited to 'test')
-rw-r--r-- | test/spec.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt index 984ae52..9f7eb61 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -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: . |