mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
19 lines
352 B
Plaintext
19 lines
352 B
Plaintext
---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
|