diff --git a/flextype/Content.php b/flextype/Content.php index 35d0d01d..6ff9e9d6 100755 --- a/flextype/Content.php +++ b/flextype/Content.php @@ -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; }