Release 2.38.0 (#5563)
This commit is contained in:
@@ -33,7 +33,7 @@ final class Markdown
|
||||
public function withFullMarkdownSupport(string $text): string
|
||||
{
|
||||
if ($this->parserFull === null) {
|
||||
$this->parserFull = new \Parsedown();
|
||||
$this->parserFull = new Parsedown();
|
||||
$this->parserFull->setUrlsLinked(true);
|
||||
$this->parserFull->setBreaksEnabled(true);
|
||||
$this->parserFull->setSafeMode(true);
|
||||
|
||||
Reference in New Issue
Block a user