mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
24 lines
379 B
Plaintext
24 lines
379 B
Plaintext
---input---
|
|
\*no italics\*
|
|
|
|
\_ no italics \_
|
|
|
|
---tokens---
|
|
'\\*' Text
|
|
'no' Text
|
|
' ' Text
|
|
'italics' Text
|
|
'\\*' Text
|
|
'\n' Text.Whitespace
|
|
|
|
'\n' Text.Whitespace
|
|
|
|
'\\_' Text
|
|
' ' Text
|
|
'no' Text
|
|
' ' Text
|
|
'italics' Text
|
|
' ' Text
|
|
'\\_' Text
|
|
'\n' Text.Whitespace
|