add example code to raw html section
This commit is contained in:
parent
e551c85dd2
commit
bff3e50c13
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user