mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
24 lines
426 B
Plaintext
24 lines
426 B
Plaintext
---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
|