mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
---input---
|
|
**bold**
|
|
|
|
(**bold**)
|
|
|
|
---tokens---
|
|
'**bold**' Generic.Strong
|
|
'\n' Text.Whitespace
|
|
|
|
'\n' Text.Whitespace
|
|
|
|
'(' Text
|
|
'**bold**' Generic.Strong
|
|
')' Text
|
|
'\n' Text.Whitespace
|