aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Renderer
AgeCommit message (Collapse)Author
2017-10-28Word-wrap for txt filesChristian Weiske
This means there are no line numbers for .txt anymore, but I find it more important to have word wrap. Resolves: https://github.com/cweiske/phorkie/issues/31
2017-08-25Make GeSHi autoloading really workChristian Weiske
2015-07-07simple cache for rendered filesChristian Weiske
2015-01-26javascript embedding supportChristian Weiske
2014-07-04Merge remote-tracking branch 'origin/master'Christian Weiske
Conflicts: src/phorkie/Renderer/Geshi.php src/phorkie/SetupCheck.php
2014-07-01make autoloading geshi workChristian Weiske
2014-06-13use geshi from geshi's new pear channelChristian Weiske
2014-05-16support michelf\markdown 1.4+ APIChristian Weiske
2014-05-14use autoloader on geshi before including it manuallyChristian Weiske
2012-09-27CS fixesChristian Weiske
2012-09-19use replace html entity with numeric xml entityChristian Weiske
2012-09-18Feature: Add Markdown parsingJustin J. Novack
2012-09-13Moved GeSHi location variable to config.default.phpJustin J. Novack
2012-04-15no code div for imagesChristian Weiske
2012-04-15add image rendererChristian Weiske
2012-04-13highlighting of errorneous lines in from tool outputChristian Weiske
2012-04-03better rst error handlingChristian Weiske
2012-04-03rST rendering is possible nowChristian Weiske