public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
peg-markdown / MarkdownTest_1.0.3 / Tests / Inline HTML comments.text
100644 14 lines (8 sloc) 0.164 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Paragraph one.
 
<!-- This is a simple comment -->
 
<!--
  This is another comment.
-->
 
Paragraph two.
 
<!-- one comment block -- -- with two comments -->
 
The end.