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