From 64f8b5dab1fe9c6cf70aa9f84cc35bdc44b7f2ee Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 25 May 2022 21:05:09 +0300 Subject: [PATCH] feat(shortcodes): update `raw` shortcode --- src/flextype/core/Parsers/Shortcodes/MarkdownShortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Parsers/Shortcodes/MarkdownShortcode.php b/src/flextype/core/Parsers/Shortcodes/MarkdownShortcode.php index c941a2ec..fa4b27fc 100644 --- a/src/flextype/core/Parsers/Shortcodes/MarkdownShortcode.php +++ b/src/flextype/core/Parsers/Shortcodes/MarkdownShortcode.php @@ -19,7 +19,7 @@ namespace Flextype\Parsers\Shortcodes; use Thunder\Shortcode\Shortcode\ShortcodeInterface; use function parsers; -// Shortcode: (markdown) +// Shortcode: markdown // Usage: (markdown) markdown text here (/markdown) parsers()->shortcodes()->addHandler('markdown', static function (ShortcodeInterface $s) { if (! registry()->get('flextype.settings.parsers.shortcodes.shortcodes.markdown.enabled')) {