summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-inline-style.test
blob: d956be1ede7577aa6bde4c91f3f55571d8066a9b (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
<<<
Just a [URL](/url/).

[URL and title](/url/ "title").

[URL and title](/url/  "title preceded by two spaces").

[URL and title](/url/	"title preceded by a tab").

[URL and title](/url/ "title has spaces afterward"  ).


[Empty]().

>>>
BEGIN link
- label: URL
- URI: /url/
- title: 
END link
interblockSeparator
BEGIN link
- label: URL and title
- URI: /url/
- title: title
END link
interblockSeparator
BEGIN link
- label: URL and title
- URI: /url/
- title: title preceded by two spaces
END link
interblockSeparator
BEGIN link
- label: URL and title
- URI: /url/
- title: title preceded by a tab
END link
interblockSeparator
BEGIN link
- label: URL and title
- URI: /url/
- title: title has spaces afterward
END link
interblockSeparator
BEGIN link
- label: Empty
- URI: 
- title: 
END link