add example code to raw html section

This commit is contained in:
Kim Oliver Drechsel 2022-01-16 15:06:27 +01:00
parent e551c85dd2
commit bff3e50c13
Signed by: Kim
GPG Key ID: B9D907EF02605A07

View File

@ -18,6 +18,13 @@ A Collection of useful Hugo Shortcodes
Insert raw HTML Code anywhere
```hugo
{{< rawhtml >}}
<h1>your html code here</h1>
<p style="color: yellow;">Example HTML</p>
{{< /rawhtml >}}
```
![Example Inserting Raw HTML in Hugo](rawhtml/rawhtml.png)
- ## [Table of Contents](table_of_contents)