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_code_block_with_language.txt

16 lines
308 B
Text

---input---
```python
import this
```
---tokens---
'```' Literal.String.Backtick
'python' Literal.String.Backtick
'\n' Text.Whitespace
'import' Keyword.Namespace
' ' Text
'this' Name.Namespace
'\n' Text.Whitespace
'```\n' Literal.String.Backtick