diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-02-05 23:14:48 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-02-05 23:14:48 -0800 |
commit | 4adaf9f4a3adaf768a5e141be7cdb361c0bb43b8 (patch) | |
tree | 3150be989b29b0fe1e97a5f5465a37e7629f9b80 | |
parent | e3c7a5a5cd587b2a0d66f8f3c123572b7a0cfb10 (diff) |
Added another tab test.
Code block with partially consumed tab.
-rw-r--r-- | spec.txt | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -301,6 +301,19 @@ by spaces with a tab stop of 4 characters. </ul> ```````````````````````````````` +```````````````````````````````` example +- foo + +→→bar +. +<ul> +<li> +<p>foo</p> +<pre><code> bar +</code></pre> +</li> +</ul> +```````````````````````````````` ```````````````````````````````` example >→foo→bar |