Remove commonmark implementation

This commit is contained in:
David Bomba 2021-04-14 07:40:58 +10:00
parent 5c1eb7f7eb
commit 1e663afba4

View File

@ -120,12 +120,6 @@ class TemplateEngine
} }
} }
$converter = new CommonMarkConverter([
'allow_unsafe_links' => false,
]);
$this->body = $converter->convertToHtml($this->body);
return $this; return $this;
} }