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_bold_fenced_by_asterisk.txt
Size: Mime:
---input---
**bold**

(**bold**)

---tokens---
'**bold**'    Generic.Strong
'\n'          Text

'\n'          Text

'('           Text
'**bold**'    Generic.Strong
')'           Text
'\n'          Text