mirror of
https://github.com/typemill/typemill.git
synced 2025-08-09 15:47:09 +02:00
Version 1.2.9: Add videos and frontend forms
This commit is contained in:
@@ -19,6 +19,6 @@ class TwigMarkdownExtension extends \Twig_Extension
|
||||
|
||||
$markdownArray = $parsedown->text($markdown);
|
||||
|
||||
return $parsedown->markup($markdownArray);
|
||||
return $parsedown->markup($markdownArray, false);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user