summaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.txt
blob: 29e2100888657b459734e24a840f88ca7fb09e0a (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
% Title
  spanning multiple lines
% Author One
  Author Two; Author Three;
  Author Four
 
# Additional markdown reader tests

## Blank line before URL in link reference

[foo] and [bar]

[foo]: 
  /url

[bar]:
/url
"title"

## Raw ConTeXt environments

\placeformula \startformula
   L_{1} = L_{2}
   \stopformula

\start[a2]
\start[a2]
\stop[a2]
\stop[a2]

## URLs with spaces

[foo](/bar and baz)
[foo](/bar and baz )
[foo]( /bar  and  baz  )
[foo](bar baz  "title" )

[baz][] [bam][] [bork][]

[baz]: /foo foo
[bam]:  /foo fee   
[bork]:  /foo/zee zob   (title)

## Horizontal rules with spaces at end

* * * * *  

-- - -- -- -  

## Raw HTML before header

<a></a>

### my header

## $ in math

$\$2 + \$3$

## Commented-out list item

- one
<!--
- two
-->
- three

## Backslash newline

hi\
there

## Code spans

`hi\`

`hi
there`

`` hi````there ``

`hi

there`

## Multilingual URLs

<http://测.com?测=测>

[foo](/bar/测?x=测 "title")

<测@foo.测.baz>

## Numbered examples

(@) First example.
(@foo) Second example.

Explanation of examples (@foo) and (@bar).

(@bar) Third example.