summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-shift-headings.test
blob: 35c21a73d147822b667615b92f3c7044871e6fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<<<
This test ensures that the Lua `shiftHeadings` option is disabled by default.

# A level one heading

A level one heading
===================

## A level two heading

A level two heading
-------------------

### A level three heading
#### A level four heading
##### A level five heading
###### A level six heading
>>>
codeSpan: shiftHeadings
interblockSeparator
headingOne: A level one heading
interblockSeparator
headingOne: A level one heading
interblockSeparator
headingTwo: A level two heading
interblockSeparator
headingTwo: A level two heading
interblockSeparator
headingThree: A level three heading
interblockSeparator
headingFour: A level four heading
interblockSeparator
headingFive: A level five heading
interblockSeparator
headingSix: A level six heading