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 / Links, shortcut references.text
100644 21 lines (11 sloc) 0.236 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is the [simple case].
 
[simple case]: /simple
 
 
 
This one has a [line
break].
 
This one has a [line
break] with a line-ending space.
 
[line break]: /foo
 
 
[this] [that] and the [other]
 
[this]: /this
[that]: /that
[other]: /other