summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test19
1 files changed, 19 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test b/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test
new file mode 100644
index 0000000000..69dffa4e21
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test
@@ -0,0 +1,19 @@
+\def\markdownOptionBreakableBlockquotes{true}
+<<<
+This test ensures that the Lua `breakableBlockquotes` option correctly
+propagates through the plain TeX interface.
+
+> *quote 1*
+
+> *quote 2*
+
+>>>
+codeSpan: breakableBlockquotes
+interblockSeparator
+blockQuoteBegin
+emphasis: quote 1
+blockQuoteEnd
+interblockSeparator
+blockQuoteBegin
+emphasis: quote 2
+blockQuoteEnd