pandoc/Text/Pandoc/Writers
fiddlosopher 6359c789a7 Markdown writer: Use setext style headers only if --lhs-out specified.
Reason:  ghc doesn't like '#' characters in lhs comment sections.  See
http://www.haskell.org/pipermail/haskell-cafe/2008-December/051300.html


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1503 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-12-02 22:42:46 +00:00
..
ConTeXt.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
Docbook.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
HTML.hs Handle --lhs-out option in HTML, LaTeX, and Markdown writers. 2008-12-02 22:42:29 +00:00
LaTeX.hs Handle --lhs-out option in HTML, LaTeX, and Markdown writers. 2008-12-02 22:42:29 +00:00
Man.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
Markdown.hs Markdown writer: Use setext style headers only if --lhs-out specified. 2008-12-02 22:42:46 +00:00
MediaWiki.hs MediaWiki writer: print class attributes in <pre> for code blocks, if any. 2008-09-06 18:05:08 +00:00
OpenDocument.hs Support horizontal rules in OpenDocument and ODT writers. 2008-11-01 22:44:53 +00:00
RST.hs Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
RTF.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
S5.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
Texinfo.hs Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00