diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-12-27 21:23:32 -0800 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-27 21:23:32 -0800 | 
| commit | 2673db7a57cc4d2ba8aaec2769572a6e539c921b (patch) | |
| tree | 06d500708115756a46edd735a4f5ee969192e146 | |
| parent | 4cae33aebd586c69399e0e156b3842cacf36e8fa (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.
| -rw-r--r-- | spec.txt | 21 | 
1 files changed, 21 insertions, 0 deletions
@@ -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>  .  | 
