mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
32 lines
457 B
Plaintext
32 lines
457 B
Plaintext
---input---
|
|
*no italics_
|
|
|
|
_no italics*
|
|
|
|
**no italics**
|
|
|
|
__no italics__
|
|
|
|
---tokens---
|
|
'*no' Text
|
|
' ' Text
|
|
'italics_' Text
|
|
'\n' Text.Whitespace
|
|
|
|
'\n' Text.Whitespace
|
|
|
|
'_no' Text
|
|
' ' Text
|
|
'italics*' Text
|
|
'\n' Text.Whitespace
|
|
|
|
'\n' Text
|
|
|
|
'**no italics**' Generic.Strong
|
|
'\n' Text.Whitespace
|
|
|
|
'\n' Text
|
|
|
|
'__no italics__' Generic.Strong
|
|
'\n' Text.Whitespace
|