summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-breakable-blockquotes.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/lunamark-markdown/no-breakable-blockquotes.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/lunamark-markdown/no-breakable-blockquotes.test15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-breakable-blockquotes.test b/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-breakable-blockquotes.test
new file mode 100644
index 0000000000..d65cbef728
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-breakable-blockquotes.test
@@ -0,0 +1,15 @@
+<<<
+This test ensures that the Lua `breakableBlockquotes` option is disabled by
+default.
+
+> *quote 1*
+
+> *quote 2*
+
+>>>
+codeSpan: breakableBlockquotes
+interblockSeparator
+blockQuoteBegin
+emphasis: quote 1
+emphasis: quote 2
+blockQuoteEnd