summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-html.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/lunamark-markdown/no-html.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/lunamark-markdown/no-html.test53
1 files changed, 53 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-html.test b/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-html.test
new file mode 100644
index 0000000000..cf1763f854
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-html.test
@@ -0,0 +1,53 @@
+<<<
+This test ensures that the Lua `html` option is disabled by default.
+
+<div>
+*There is no block tag support.*
+</div>
+*There is no <inline tag="tag"></inline> support.*
+_There is no <!-- comment --> support._
+_There is no <? HTML instruction ?> support._
+
+Here are several ways to write a pipe:
+
+- |
+- &verbar;
+- &vert;
+- &VerticalLine;
+- &#x0007C;
+- &#124;
+
+Unrecognized character entities are ignored: &nonsense;
+>>>
+codeSpan: html
+interblockSeparator
+emphasis: There is no block tag support.
+emphasis: There is no <inline tag="tag"></inline> support.
+emphasis: There is no <!-- comment --> support.
+emphasis: There is no <? HTML instruction ?> support.
+interblockSeparator
+interblockSeparator
+ulBeginTight
+ulItem
+pipe
+ulItemEnd
+ulItem
+ampersand
+ulItemEnd
+ulItem
+ampersand
+ulItemEnd
+ulItem
+ampersand
+ulItemEnd
+ulItem
+ampersand
+hash
+ulItemEnd
+ulItem
+ampersand
+hash
+ulItemEnd
+ulEndTight
+interblockSeparator
+ampersand