From ed95a341a18815411d15846d5635a97bc2d0756a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 9 Apr 2019 09:00:59 +0200 Subject: [PATCH] Update index.md --- content/en/news/0.55.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.55.0-relnotes/index.md b/content/en/news/0.55.0-relnotes/index.md index 58f9f29d2..c22eaf366 100644 --- a/content/en/news/0.55.0-relnotes/index.md +++ b/content/en/news/0.55.0-relnotes/index.md @@ -20,7 +20,7 @@ We have now also added a new `Permalinkable` configuration attribute, which is e ## Shortcodes Revised -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. +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. If you want the old behavior, you can put the following line in the start of your shortcode template: