change code to httml
This commit is contained in:
parent
bff3e50c13
commit
d4ebe01514
@ -18,7 +18,7 @@ A Collection of useful Hugo Shortcodes
|
|||||||
|
|
||||||
Insert raw HTML Code anywhere
|
Insert raw HTML Code anywhere
|
||||||
|
|
||||||
```hugo
|
```html
|
||||||
{{< rawhtml >}}
|
{{< rawhtml >}}
|
||||||
<h1>your html code here</h1>
|
<h1>your html code here</h1>
|
||||||
<p style="color: yellow;">Example HTML</p>
|
<p style="color: yellow;">Example HTML</p>
|
||||||
|
@ -8,7 +8,7 @@ Insert raw HTML Code anywhere
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```hugo
|
```html
|
||||||
{{< rawhtml >}}
|
{{< rawhtml >}}
|
||||||
<h1>your html code here</h1>
|
<h1>your html code here</h1>
|
||||||
<p style="color: yellow;">Example HTML</p>
|
<p style="color: yellow;">Example HTML</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user