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_reference_style_links.txt
Size: Mime:
---input---
[an example][id]
[id]: http://example.com

---tokens---
'['           Text
'an example'  Name.Tag
']'           Text
'['           Text
'id'          Name.Label
']'           Text
'\n'          Text

'['           Text
'id'          Name.Label
']: '         Text
'http://example.com' Name.Attribute
'\n'          Text