mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-06 11:40:26 -03:00
20 lines
308 B
Plaintext
20 lines
308 B
Plaintext
---input---
|
|
```
|
|
code
|
|
```
|
|
* *foo*
|
|
* bar
|
|
|
|
---tokens---
|
|
'```\ncode\n```\n' Literal.String.Backtick
|
|
|
|
'*' Keyword
|
|
' ' Text.Whitespace
|
|
'*foo*' Generic.Emph
|
|
'\n' Text.Whitespace
|
|
|
|
'*' Keyword
|
|
' ' Text.Whitespace
|
|
'bar' Text
|
|
'\n' Text.Whitespace
|