From 69c82eb689ea477ba8a7277a80d61498a074a5fb Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 24 Mar 2021 08:06:33 -0700 Subject: [PATCH] Remove Blackfriday reference from shortcode desc (#1380) --- content/en/content-management/shortcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/shortcodes.md b/content/en/content-management/shortcodes.md index 2b4d0d632..d43c97817 100644 --- a/content/en/content-management/shortcodes.md +++ b/content/en/content-management/shortcodes.md @@ -64,7 +64,7 @@ and a new line with a "quoted string".` */>}} ### Shortcodes with Markdown -In Hugo `0.55` we changed how the `%` delimiter works. Shortcodes using the `%` as the outer-most delimiter will now be fully rendered when sent to the content renderer (e.g. Blackfriday for Markdown), meaning they can be part of the generated table of contents, footnotes, etc. +In Hugo `0.55` we changed how the `%` delimiter works. Shortcodes using the `%` as the outer-most delimiter will now be fully rendered when sent to the content renderer. They can be part of the generated table of contents, footnotes, etc. If you want the old behavior, you can put the following line in the start of your shortcode template: