Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / md / test_code_block_with_language.txt
Size: Mime:
---input---
```python
import this
```

---tokens---
'```'         Literal.String.Backtick
'python'      Literal.String.Backtick
'\n'          Text

'import'      Keyword.Namespace
' '           Text
'this'        Name.Namespace
'\n'          Text

'```\n'       Literal.String.Backtick