mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 06:36:52 +02:00
Content: method processContent() will run processMarkdown() method first then only processShortcodes
This commit is contained in:
@@ -462,9 +462,8 @@ class Content
|
||||
*/
|
||||
public static function processContent(string $content) : string
|
||||
{
|
||||
$content = Content::processShortcodes($content);
|
||||
$content = Content::processMarkdown($content);
|
||||
|
||||
$content = Content::processShortcodes($content);
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user