diff --git a/classes/kodoc/markdown.php b/classes/kodoc/markdown.php deleted file mode 100644 index 04a2ddd..0000000 --- a/classes/kodoc/markdown.php +++ /dev/null @@ -1,30 +0,0 @@ -render(); - } - catch (Exception $e) - { - // View file not found. Do not replace {{text}}. - } - } - - $text = strtr($text, $replace); - } - - return $text; - } -}