summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/tight-lists.test
blob: 47ecbcb726a0b70a19e5e56f05cb83d9d0bb3b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<<<
This test ensures that the Lua `tightLists` option is enabled by default. The
following list should be tight.

3. three
4. four
5. five
>>>
codeSpan: tightLists
interblockSeparator
olBeginTight
olItemWithNumber: 3
olItemEnd
olItemWithNumber: 4
olItemEnd
olItemWithNumber: 5
olItemEnd
olEndTight