mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 15:49:17 -04:00
Remove Blackfriday reference from shortcode desc (#1380)
This commit is contained in:
parent
36de478df8
commit
69c82eb689
@ -64,7 +64,7 @@ and a new line with a "quoted string".` */>}}
|
|||||||
|
|
||||||
### Shortcodes with Markdown
|
### 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:
|
If you want the old behavior, you can put the following line in the start of your shortcode template:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user