summaryrefslogtreecommitdiffstats
path: root/tests/snippets/md/test_links.txt
blob: 9fc46e8c416be8dab57a2f5e60ba5000000eca03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---input---
[text](link)

![Image of foo](https://bar.baz)

---tokens---
'['           Text
'text'        Name.Tag
']'           Text
'('           Text
'link'        Name.Attribute
')'           Text
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'!['          Text
'Image of foo' Name.Tag
']'           Text
'('           Text
'https://bar.baz' Name.Attribute
')'           Text
'\n'          Text.Whitespace