From 1b90ba9423fad23130b4fce0a5d02839e93d432e Mon Sep 17 00:00:00 2001 From: Noah Hellman Date: Mon, 10 Apr 2023 11:41:37 +0200 Subject: [PATCH] bench: add block_footnotes benchmark current benchmarks do not contain a single footnote --- bench/input/block_footnotes.dj | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bench/input/block_footnotes.dj diff --git a/bench/input/block_footnotes.dj b/bench/input/block_footnotes.dj new file mode 100644 index 0000000..842aa35 --- /dev/null +++ b/bench/input/block_footnotes.dj @@ -0,0 +1,24 @@ +[^abc]: footnotes may appear before + +Some[^a] paragraph[^b] with[^c] a[^d] lot[^e] of[^f] footnotes[^g]. + +[^a]: A typical footnote may have a single paragraph. +[^b]: A typical footnote may have a single paragraph. +[^c]: A typical footnote may have a single paragraph. +[^d]: A typical footnote may have a single paragraph. +[^e]: A typical footnote may have a single paragraph. +[^f]: A typical footnote may have a single paragraph. +[^g]: Footnotes may also be + + - long and, + - contain multiple block elements. + + such as + + > blockquotes. + +Footnote [^labels may be long but not multi line] + +[^labels may be long but not multi line]: longer than the footnote.. + +the reference[^abc] to it.