summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test
blob: 69dffa4e2187383ef347ada7728bbaf7a3c564c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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