summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/no-html.test
blob: cf1763f854fd806a05369de0bf11000415226f0d (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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