pandoc/src/Text/Pandoc/Readers
fiddlosopher 0d182772f9 Revised inline code parsing in Markdown reader to conform to
Markdown.pl.  Now any number of `'s can begin inline code,
which will end with the same number of `'s.  For example, to
have two backticks as code, write
``` `` ```


git-svn-id: https://pandoc.googlecode.com/svn/trunk@360 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-12-31 19:22:02 +00:00
..
HTML.hs Merged 'strict' branch from r324. This adds a '--strict' 2006-12-30 22:51:49 +00:00
LaTeX.hs Fixed a serious bug in the Markdown reader (also affecting LaTeX 2006-12-21 09:02:06 +00:00
Markdown.hs Revised inline code parsing in Markdown reader to conform to 2006-12-31 19:22:02 +00:00
RST.hs Simplified list parsing code in RST reader. 2006-12-31 18:14:51 +00:00