summaryrefslogtreecommitdiffstats
path: root/tests/snippets/md/test_reference_style_links.txt
blob: 813cef37b6b719389aaab5b4c272d9b44b4fa79b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---input---
[an example][id]
[id]: http://example.com

---tokens---
'['           Text
'an example'  Name.Tag
']'           Text
'['           Text
'id'          Name.Label
']'           Text
'\n'          Text.Whitespace

'['           Text
'id'          Name.Label
']: '         Text
'http://example.com' Name.Attribute
'\n'          Text.Whitespace