mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove commonmark implementation
This commit is contained in:
parent
5c1eb7f7eb
commit
1e663afba4
@ -120,12 +120,6 @@ class TemplateEngine
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$converter = new CommonMarkConverter([
|
|
||||||
'allow_unsafe_links' => false,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->body = $converter->convertToHtml($this->body);
|
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user