pandoc/Text/Pandoc
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
..
Readers LaTeX reader: Added parser for literate haskell code blocks. 2008-12-02 22:42:08 +00:00
Writers Markdown writer: Use setext style headers only if --lhs-out specified. 2008-12-02 22:42:46 +00:00
Biblio.hs Modified Text.Pandoc.Biblio to fit new citeproc API. 2008-09-02 02:54:00 +00:00
Blocks.hs Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings. 2008-07-13 22:50:57 +00:00
CharacterReferences.hs Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings. 2008-06-17 19:07:17 +00:00
DefaultHeaders.hs Improved template handling: 2008-08-02 17:22:55 +00:00
Definition.hs Changed Float to Double in definition of Table element. 2008-09-06 02:51:44 +00:00
Highlighting.hs Improved configuration options and CPP macros. 2008-08-03 23:33:40 +00:00
LaTeXMathML.hs Fixed haddock bug in Text/Pandoc/LaTexMathML.hs. 2008-09-08 02:54:17 +00:00
ODT.hs Moved odt-styles/ to data/. Removed unneeded variable in Makefile. 2008-09-23 15:55:30 +00:00
Shared.hs Added --lhs-out option. 2008-12-02 22:42:16 +00:00
TH.hs Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'. 2008-09-04 02:51:28 +00:00
XML.hs Escape '\160' as " ", not " " in XML. 2008-07-13 16:31:34 +00:00