pandoc/Text/Pandoc
fiddlosopher 1bfe1b84a8 Added support for Cite to Markdown reader, and conditional support for citeproc module.
+ The citeproc cabal configuration option sets the _CITEPROC macro, which conditionally
  includes code for handling citations.
+ Added Text.Pandoc.Biblio module.
+ Made highlighting option default to False.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1376 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-08-04 03:15:34 +00:00
..
Readers Added support for Cite to Markdown reader, and conditional support for citeproc module. 2008-08-04 03:15:34 +00:00
Writers Added support for Cite to Markdown reader, and conditional support for citeproc module. 2008-08-04 03:15:34 +00:00
ASCIIMathML.hs Improved template handling: 2008-08-02 17:22:55 +00:00
Biblio.hs Added support for Cite to Markdown reader, and conditional support for citeproc module. 2008-08-04 03:15:34 +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 Added support for Cite to Markdown reader, and conditional support for citeproc module. 2008-08-04 03:15:34 +00:00
Highlighting.hs Improved configuration options and CPP macros. 2008-08-03 23:33:40 +00:00
ODT.hs Improved configuration options and CPP macros. 2008-08-03 23:33:40 +00:00
Shared.hs Added support for Cite to Markdown reader, and conditional support for citeproc module. 2008-08-04 03:15:34 +00:00
TH.hs Improved configuration options and CPP macros. 2008-08-03 23:33:40 +00:00
XML.hs Escape '\160' as " ", not " " in XML. 2008-07-13 16:31:34 +00:00