pandoc/Text/Pandoc/Readers
fiddlosopher 7ad17fe5cf Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.
Rationale:  these are useful for literate haskell, but lhs requires
a blank line before the haskell code, and we don't want spurious
 blank lines in the output.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1454 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-09-16 01:39:05 +00:00
..
HTML.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
LaTeX.hs LaTeX reader: Refactored math parsers, limited support for eqnarray. 2008-09-06 21:24:33 +00:00
Markdown.hs Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks. 2008-09-16 01:39:05 +00:00
RST.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
TeXMath.hs Code cleanup in TexMath reader. 2008-07-13 23:58:35 +00:00