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, 0 insertions, 35 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
deleted file mode 100644
index 35c21a73d1..0000000000
--- a/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-shift-headings.test
+++ /dev/null
@@ -1,35 +0,0 @@
-<<<
-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