aboutsummaryrefslogtreecommitdiff
path: root/lib/cmark/bench/samples/block-list-nested.md
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-09 18:27:38 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-09 18:27:38 +0200
commitde8fd9328e9deb0d1ec596d7486686ea3cb688c2 (patch)
tree9c25d7568dee522c1d2ed7b6d238d1dad54163f6 /lib/cmark/bench/samples/block-list-nested.md
parent661ddc244793102ee0720871c4edcd64f80bc744 (diff)
downloadkristall-de8fd9328e9deb0d1ec596d7486686ea3cb688c2.tar.gz
Includes cmark markdown parser library.
Diffstat (limited to 'lib/cmark/bench/samples/block-list-nested.md')
-rw-r--r--lib/cmark/bench/samples/block-list-nested.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/cmark/bench/samples/block-list-nested.md b/lib/cmark/bench/samples/block-list-nested.md
new file mode 100644
index 0000000..d30aed3
--- /dev/null
+++ b/lib/cmark/bench/samples/block-list-nested.md
@@ -0,0 +1,36 @@
+
+ - this
+ - is
+ - a
+ - deeply
+ - nested
+ - bullet
+ - list
+
+
+ 1. this
+ 2. is
+ 3. a
+ 4. deeply
+ 5. nested
+ 6. unordered
+ 7. list
+
+
+ - 1
+ - 2
+ - 3
+ - 4
+ - 5
+ - 6
+ - 7
+ - 6
+ - 5
+ - 4
+ - 3
+ - 2
+ - 1
+
+
+ - - - - - - - - - deeply-nested one-element item
+