pandoc/Text/Pandoc/Readers
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
..
HTML.hs Commented out some unneeded code in HTML reader. 2008-07-15 00:56:53 +00:00
LaTeX.hs LaTeX reader - Code cleanup. 2008-07-15 00:14:58 +00:00
Markdown.hs Added support for Cite to Markdown reader, and conditional support for citeproc module. 2008-08-04 03:15:34 +00:00
RST.hs Code cleanup - RST reader. 2008-07-15 00:54:43 +00:00
TeXMath.hs Code cleanup in TexMath reader. 2008-07-13 23:58:35 +00:00