mirror of
https://github.com/typecho/typecho.git
synced 2025-03-23 19:40:22 +01:00
fix transform
This commit is contained in:
parent
083191343c
commit
48844470b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user