summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/html.test
blob: 1975c5b2213ab035bfe3279f25ce49a5a0305ce4 (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
\def\markdownOptionHtml{true}
<<<
This test ensures that the Lua `html` option correctly propagates through
the plain TeX interface.

<div>
*There is block tag support.*
</div>
*There is <inline tag="tag"></inline> support.*
_There is <!-- comment --> support._
_There is <? 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
interblockSeparator
emphasis: There is support.
emphasis: There is support.
emphasis: There is support.
interblockSeparator
interblockSeparator
ulBeginTight
ulItem
pipe
ulItemEnd
ulItem
pipe
ulItemEnd
ulItem
pipe
ulItemEnd
ulItem
pipe
ulItemEnd
ulItem
pipe
ulItemEnd
ulItem
pipe
ulItemEnd
ulEndTight
interblockSeparator
ampersand