From de8fd9328e9deb0d1ec596d7486686ea3cb688c2 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Tue, 9 Jun 2020 18:27:38 +0200 Subject: Includes cmark markdown parser library. --- lib/cmark/bench/samples/block-list-nested.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lib/cmark/bench/samples/block-list-nested.md (limited to 'lib/cmark/bench/samples/block-list-nested.md') 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 + -- cgit v1.2.3