mirror of
https://github.com/typemill/typemill.git
synced 2025-10-29 04:06:24 +01: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