summaryrefslogtreecommitdiffstats
path: root/tests/snippets/md/test_escape_italics.txt
blob: 42e1cb4257be1678756da8c318a1906f256de37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---input---
\*no italics\*

\_ no italics \_

---tokens---
'\\*'         Text
'no'          Text
' '           Text
'italics'     Text
'\\*'         Text
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'\\_'         Text
' '           Text
'no'          Text
' '           Text
'italics'     Text
' '           Text
'\\_'         Text
'\n'          Text.Whitespace