summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-tight-lists.test
blob: 446eb681fcce1b6a54a7d589fb10b02c243b5036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\def\markdownOptionTightLists{false}
<<<
This test ensures that the Lua `tightLists` option correctly propagates
through the plain TeX interface. The following list should be regular.

3. three
4. four
5. five
>>>
codeSpan: tightLists
interblockSeparator
olBegin
olItemWithNumber: 3
olItemEnd
olItemWithNumber: 4
olItemEnd
olItemWithNumber: 5
olItemEnd
olEnd