mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
32 lines
435 B
Plaintext
32 lines
435 B
Plaintext
|
---input---
|
||
|
**no bold__
|
||
|
|
||
|
__no bold**
|
||
|
|
||
|
*no bold*
|
||
|
|
||
|
_no bold_
|
||
|
|
||
|
---tokens---
|
||
|
'**no' Text
|
||
|
' ' Text
|
||
|
'bold__' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'__no' Text
|
||
|
' ' Text
|
||
|
'bold**' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'\n' Text
|
||
|
|
||
|
'*no bold*' Generic.Emph
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'\n' Text
|
||
|
|
||
|
'_no bold_' Generic.Emph
|
||
|
'\n' Text.Whitespace
|