tartrazine/spec/unsupported_lexers/md/test_invalid_bold.txt

32 lines
435 B
Plaintext
Raw Normal View History

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