GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
jgm (author)
Wed Jul 16 08:36:18 -0700 2008
commit  51ea8667729b175cd6b1658777f6a66ec61d8eb5
tree    2c236aff7d57e16ffddd4dd74065bd3727510b1f
parent  e6d9fad91ad49ac90c1b9184b95ee87ee19e2a92
peg-markdown / MarkdownTest_1.0.3 / Tests / Strong and em together.text
100644 8 lines (4 sloc) 0.107 kb
1
2
3
4
5
6
7
8
***This is strong and em.***
 
So is ***this*** word.
 
___This is strong and em.___
 
So is ___this___ word.