mirror of
https://github.com/typemill/typemill.git
synced 2025-07-31 19:30:40 +02:00
Version 1.4.0
This commit is contained in:
@@ -153,7 +153,7 @@ abstract class Plugin implements EventSubscriberInterface
|
||||
$parsedown = new ParsedownExtension();
|
||||
|
||||
$contentArray = $parsedown->text($markdown);
|
||||
$html = $parsedown->markup($contentArray,false);
|
||||
$html = $parsedown->markup($contentArray);
|
||||
|
||||
return $html;
|
||||
}
|
||||
|
Reference in New Issue
Block a user