pandoc/Text/Pandoc/Writers
fiddlosopher 04b32451be Added build option for syntax highlighting, with *optional* dependency on highlighting-kate.
+ pandoc.cabal includes a flag, 'highlighting', that causes a dependency
  on highlighting-kate.
+ if Setup.hs detects this dependency, it copies templates/Highlighting.yes.hs
  to Text/Pandoc/Highlighting.hs.  Otherwise, it copies templates/Highlighting.no.hs.
+ The HTML writer imports this new module instead of Text.Highlighting.Kate.
  The new module exports highlightHtml, which either uses highlighting-kate to
  perform syntax highlighting or automatically returns a failure code, depending
  on whether highlighting support was selected.
+ --version now prints information about whether syntax highlighting support is compiled in.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1221 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-02-09 03:21:19 +00:00
..
ConTeXt.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
Docbook.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
HTML.hs Added build option for syntax highlighting, with *optional* dependency on highlighting-kate. 2008-02-09 03:21:19 +00:00
LaTeX.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
Man.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
Markdown.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
RST.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
RTF.hs Removed Text.Regex dependencies by rewriting using plain Haskell: 2008-02-09 03:21:04 +00:00