summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-shortcut-references.test
blob: 24b189d7c9fe65cbcb424a27b3c5b5a349ea670e (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
<<<
This is the [simple case].

[simple case]: /simple



This one has a [line
break].

[line break]: /foo


[this] [that] and the [other]

[this]: /this
[that]: /that
[other]: /other

>>>
BEGIN link
- label: simple case
- URI: /simple
- title: 
END link
interblockSeparator
BEGIN link
- label: line break
- URI: /foo
- title: 
END link
interblockSeparator
BEGIN link
- label: this
- URI: /that
- title: 
END link
BEGIN link
- label: other
- URI: /other
- title: 
END link