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-ref-flat.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/cmark/bench/samples/block-ref-flat.md (limited to 'lib/cmark/bench/samples/block-ref-flat.md') diff --git a/lib/cmark/bench/samples/block-ref-flat.md b/lib/cmark/bench/samples/block-ref-flat.md new file mode 100644 index 0000000..c83dccb --- /dev/null +++ b/lib/cmark/bench/samples/block-ref-flat.md @@ -0,0 +1,15 @@ +[1] [2] [3] [1] [2] [3] + +[looooooooooooooooooooooooooooooooooooooooooooooooooong label] + + [1]: + [2]: http://something.example.com/foo/bar 'test' + [3]: + http://foo/bar + [ looooooooooooooooooooooooooooooooooooooooooooooooooong label ]: + 111 + 'test' + [[[[[[[[[[[[[[[[[[[[ this should not slow down anything ]]]]]]]]]]]]]]]]]]]]: q + (as long as it is not referenced anywhere) + + [[[[[[[[[[[[[[[[[[[[]: this is not a valid reference -- cgit v1.2.3