pandoc/templates
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
..
headers Added \setupitemize[autointro] to ConTeXt header, to prevent orphaned 2008-01-23 02:17:59 +00:00
ui/default Incorporated templates phase into Setup.hs and improved templates. 2008-02-09 03:20:42 +00:00
ASCIIMathML.hs Incorporated templates phase into Setup.hs and improved templates. 2008-02-09 03:20:42 +00:00
ASCIIMathML.js New version of ASCIIMathML.js. 2007-12-01 03:11:32 +00:00
ASCIIMathML.js.comment Incorporated templates phase into Setup.hs and improved templates. 2008-02-09 03:20:42 +00:00
ASCIIMathML.js.packed Incorporated templates phase into Setup.hs and improved templates. 2008-02-09 03:20:42 +00:00
DefaultHeaders.hs Moved Text.Pandoc.Writers.DefaultHeaders -> Text.Pandoc.DefaultHeaders. 2008-02-09 03:20:55 +00:00
Highlighting.no.hs Added build option for syntax highlighting, with *optional* dependency on highlighting-kate. 2008-02-09 03:21:19 +00:00
Highlighting.yes.hs Added build option for syntax highlighting, with *optional* dependency on highlighting-kate. 2008-02-09 03:21:19 +00:00
S5.hs Incorporated templates phase into Setup.hs and improved templates. 2008-02-09 03:20:42 +00:00