This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/md/test_invalid_bold.txt
2022-12-04 16:06:01 +01:00

31 lines
435 B
Text

---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