aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-02-05 21:09:44 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-02-05 21:09:44 -0800
commit8aa72c703abdadba45d72ee70c4c9916f803ac8a (patch)
tree004d8b76e0c4f3f58d778ab642b55592a5905026 /spec.txt
parent262702b6dd82166373b104e86037c8b34936ee57 (diff)
Added another test for proper tab behavior.
See jgm/cmark#101
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index d314876..f307ef3 100644
--- a/spec.txt
+++ b/spec.txt
@@ -320,6 +320,24 @@ bar
</code></pre>
````````````````````````````````
+```````````````````````````````` example
+ - foo
+ - bar
+→ - baz
+.
+<ul>
+<li>foo
+<ul>
+<li>bar
+<ul>
+<li>baz</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+````````````````````````````````
+
## Insecure characters