summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Highlighting.hs
Commit message (Expand)AuthorAge
* Added 'zenburn' highlight style from highlighting-kate.John MacFarlane2012-05-17
* Depend on highlighting-kate 0.5.John MacFarlane2012-01-25
* Preserve attributes in highlighted HTML.John MacFarlane2011-12-28
* Added `--highlight-style` and `--no-highlight` options.John MacFarlane2011-12-27
* Highlighting: Add language as class name.John MacFarlane2011-12-27
* Updated highlighting for highlighting-kate 0.4.John MacFarlane2011-12-26
* LaTeX writer: Implemented syntax highlighting for CodeBlocks.John MacFarlane2011-12-23
* Removed highlighting flag. Highlighting support is now standard.John MacFarlane2011-12-22
* Changed types of highlighting functions.John MacFarlane2011-12-22
* Added highlightLaTeX stub when not compiled w/ highlighting.John MacFarlane2011-12-19
* Added highlightLaTeX to Text.Pandoc.Highlighting.John MacFarlane2011-12-19
* HTML writer: Retain ID attribute in highlighted code blocks.John MacFarlane2011-12-18
* Highlighting: Use reads instead of read.John MacFarlane2011-12-18
* Use blaze-html instead of xhtml for HTML generation.John MacFarlane2011-12-17
* Highlighting: Fixed non-highlighting-kate version of highlightHtml.John MacFarlane2011-01-29
* Fixed highlighting for inline code.John MacFarlane2011-01-29
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Removed unneeded LANGUAGE pragmas.fiddlosopher2009-12-31
* Modified html+lhs output to use 'haskell' highlighter.fiddlosopher2009-11-21
* Export languagesByExtension in Text.Pandoc.Highlighting.fiddlosopher2009-07-03
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24