blob: c79c528686b39c1bbc95c4f6aa5f03ef762b6a14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---input---
code: `code`
`**code**`
(`code`)
code (`in brackets`)
---tokens---
'code:' Text
' ' Text
'`code`' Literal.String.Backtick
'\n' Text
'\n' Text
' ' Text
'`**code**`' Literal.String.Backtick
'\n' Text
'\n' Text
'(' Text
'`code`' Literal.String.Backtick
')' Text
'\n' Text
'\n' Text
'code' Text
' ' Text
'(' Text
'`in brackets`' Literal.String.Backtick
')' Text
'\n' Text
|