Revert for markdown parser

This commit is contained in:
David Bomba 2022-02-21 07:41:13 +11:00
parent a37bf5cb70
commit 291b0c5669

View File

@ -262,9 +262,11 @@ class Helpers
} }
} }
$x = str_replace(["\n", "<br>"], ["\r", "<br>"], $value); return $value;
return $x; // $x = str_replace(["\n", "<br>"], ["\r", "<br>"], $value);
// return $x;
} }
/** /**