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_inline_code_after_block.txt
Size: Mime:
---input---
```
code
```
* nocode
* `code`

---tokens---
'```\ncode\n```\n' Literal.String.Backtick

'*'           Keyword
' '           Text
'nocode'      Text
'\n'          Text

'*'           Keyword
' '           Text
'`code`'      Literal.String.Backtick
'\n'          Text