mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 12:51:13 -03:00
24 lines
426 B
Plaintext
24 lines
426 B
Plaintext
---input---
|
|
[text](link)
|
|
|
|

|
|
|
|
---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
|