summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/auto-links.test
blob: 765a85d3e269602d3e3cfcee403517e3a5a5ea75 (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
<<<
Link: <http://example.com/>.

With an ampersand: <http://example.com/?foo=1&bar=2>

* In a list?
* <http://example.com/>
* It should.

> Blockquoted: <http://example.com/>

Auto-links should not occur here: `<http://example.com/>`

	or here: <http://example.com/>
>>>
BEGIN link
- label: http://example.com/
- URI: http://example.com/
- title: 
END link
interblockSeparator
BEGIN link
- label: http://example.com/?foo=1(ampersand)bar=2
- URI: http://example.com/?foo=1(ampersand)bar=2
- title: 
END link
interblockSeparator
ulBeginTight
ulItem
ulItemEnd
ulItem
BEGIN link
- label: http://example.com/
- URI: http://example.com/
- title: 
END link
ulItemEnd
ulItem
ulItemEnd
ulEndTight
interblockSeparator
blockQuoteBegin
BEGIN link
- label: http://example.com/
- URI: http://example.com/
- title: 
END link
blockQuoteEnd
interblockSeparator
codeSpan: <http://example.com/>
interblockSeparator
inputVerbatim: ./_markdown_test/d65b41d110c17fbc771809f553258ff5.verbatim