diff --git a/src/flextype/core/Parsers/Shortcodes/RawShortcode.php b/src/flextype/core/Parsers/Shortcodes/RawShortcode.php index ee880906..1f284c22 100644 --- a/src/flextype/core/Parsers/Shortcodes/RawShortcode.php +++ b/src/flextype/core/Parsers/Shortcodes/RawShortcode.php @@ -22,7 +22,8 @@ use Thunder\Shortcode\Shortcode\ShortcodeInterface; use function parsers; -// Shortcode: [raw] shortcodes to escape [/raw] +// Shortcode: raw +// Usage: (raw) shortcodes to escape (/raw) parsers()->shortcodes()->addHandler('raw', static function (ShortcodeInterface $s) { if (! registry()->get('flextype.settings.parsers.shortcodes.shortcodes.raw.enabled')) { return '';