tartrazine/spec/unsupported_lexers/md/test_italics_and_bold.txt

22 lines
380 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---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