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 / Literal quotes in titles.text
100644 8 lines (3 sloc) 0.108 kb
1
2
3
4
5
6
7
8
Foo [bar][].
 
Foo [bar](/url/ "Title with "quotes" inside").
 
 
  [bar]: /url/ "Title with "quotes" inside"