summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Highlighting.hs
AgeCommit message (Expand)Author
2011-12-22Changed types of highlighting functions.John MacFarlane
2011-12-19Added highlightLaTeX stub when not compiled w/ highlighting.John MacFarlane
2011-12-19Added highlightLaTeX to Text.Pandoc.Highlighting.John MacFarlane
2011-12-18HTML writer: Retain ID attribute in highlighted code blocks.John MacFarlane
2011-12-18Highlighting: Use reads instead of read.John MacFarlane
2011-12-17Use blaze-html instead of xhtml for HTML generation.John MacFarlane
2011-01-29Highlighting: Fixed non-highlighting-kate version of highlightHtml.John MacFarlane
2011-01-29Fixed highlighting for inline code.John MacFarlane
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher
2009-12-31Removed unneeded LANGUAGE pragmas.fiddlosopher
2009-11-21Modified html+lhs output to use 'haskell' highlighter.fiddlosopher
2009-07-03Export languagesByExtension in Text.Pandoc.Highlighting.fiddlosopher
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher