fix transform

This commit is contained in:
joyqi 2013-11-20 11:43:16 +08:00
parent 083191343c
commit 48844470b5

View File

@ -3106,11 +3106,6 @@ class MarkdownExtraExtended extends MarkdownExtra {
parent::__construct();
}
function transform($text) {
$text = parent::transform($text);
return $text;
}
function doHardBreaks($text) {
# Do hard breaks:
# EXTENDED: changed to allow breaks without two spaces and just one new line