summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-27 21:23:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-27 21:23:32 -0800
commit2673db7a57cc4d2ba8aaec2769572a6e539c921b (patch)
tree06d500708115756a46edd735a4f5ee969192e146 /spec.txt
parent4cae33aebd586c69399e0e156b3842cacf36e8fa (diff)
Spec: added example with two blank lines in fenced code in sublist.
Actually I just tacked this on to the existing Example 170. Closes #180.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index f1a3638..cf75833 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2730,6 +2730,15 @@ two blanks are contained in a [fenced code block](#fenced-code-block).
bar
```
+
+- baz
+
+ + ```
+ foo
+
+
+ bar
+ ```
.
<ul>
<li>
@@ -2749,6 +2758,18 @@ two blanks are contained in a [fenced code block](#fenced-code-block).
bar
</code></pre>
</li>
+<li>
+<p>baz</p>
+<ul>
+<li>
+<pre><code>foo
+
+
+bar
+</code></pre>
+</li>
+</ul>
+</li>
</ul>
.