summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/amps-encoding.test
blob: da079fc68feaa14ca0a10251af124ffb7eec752e (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
<<<
Here's a [link] [1] with an ampersand in the URL.

Here's a link with an amersand in the link text: [AT&T] [2].

Here's an inline [link](/script?foo=1&bar=2).

Here's an inline [link](</script?foo=1&bar=2>).


[1]: http://example.com/?foo=1&bar=2
[2]: http://att.com/  "AT&T"
>>>
BEGIN link
- label: link
- URI: http://example.com/?foo=1(ampersand)bar=2
- title: 
END link
interblockSeparator
BEGIN link
- label: AT(ampersand)T
- URI: http://att.com/
- title: AT(ampersand)T
END link
interblockSeparator
BEGIN link
- label: link
- URI: /script?foo=1(ampersand)bar=2
- title: 
END link
interblockSeparator
BEGIN link
- label: link
- URI: /script?foo=1(ampersand)bar=2
- title: 
END link