summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-shift-headings.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/lunamark-markdown/no-shift-headings.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/lunamark-markdown/no-shift-headings.test35
1 files changed, 35 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-shift-headings.test b/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-shift-headings.test
new file mode 100644
index 0000000000..35c21a73d1
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-shift-headings.test
@@ -0,0 +1,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