This website requires JavaScript.
Explore
Help
Register
Sign In
hibby
/
PaperModX
Watch
1
Star
0
Fork
You've already forked PaperModX
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3f294daccf
PaperModX
/
layouts
/
shortcodes
/
standout.html
4 lines
60 B
HTML
Raw
Normal View
History
Unescape
Escape
add standout shortcode
2022-05-12 09:43:02 +01:00
<
p
class
=
"standout"
>
fix shortcodes rendering markdown img replace markdownify with .Page.RenderString, the latter trigger render hook properly see: https://gohugo.io/functions/markdownify/#readout > Note: if you need Render Hooks, which markdownify doesn’t currently support, use .RenderString instead.
2022-06-01 09:21:06 +01:00
{{ .Page.RenderString .Inner }}
add standout shortcode
2022-05-12 09:43:02 +01:00
<
/
p
>