public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Search Repo:
peg-markdown / MarkdownTest_1.0.3 / Tests / Code Spans.text
100644 7 lines (3 sloc) 0.167 kb
1
2
3
4
5
6
7
`<test a="` content of attribute `">`
 
Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span>
 
Here's how you put `` `backticks` `` in a code span.