18 lines
352 B
Text
18 lines
352 B
Text
---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
|