This website requires JavaScript.
Explore
Help
Sign In
Git
/
hugo-theme-wondermod
mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
Watch
1
Star
0
Fork
You've already forked hugo-theme-wondermod
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b27c6b9ef0
hugo-theme-wondermod
/
layouts
/
shortcodes
/
rawhtml.html
3 lines
32 B
HTML
Raw
Normal View
History
Unescape
Escape
add shortcode to Insert Raw HTML {{< rawhtml >}} <p class="someclass"> This is <strong>raw HTML</strong>, inside Markdown. </p> {{< /rawhtml >}} credits : https://anaulin.org/blog/hugo-raw-html-shortcode/
2020-07-24 17:52:46 +02:00
<!--
raw html
-->
Fix spacing around rawhtml shortcode Remove line break from generated output
2022-08-22 13:57:53 +02:00
{{- .Inner }}