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 / Code Blocks.text
100644 14 lines (8 sloc) 0.199 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  code block on the first line
  
Regular text.
 
    code block indented by spaces
 
Regular text.
 
  the lines in this block
  all contain trailing spaces
 
Regular Text.
 
  code block on the last line