diff --git a/README.md b/README.md index 7076830..2e64c4d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ A Collection of useful Hugo Shortcodes Insert raw HTML Code anywhere + ```hugo + {{< rawhtml >}} +
Example HTML
+ {{< /rawhtml >}} + ``` + ![Example Inserting Raw HTML in Hugo](rawhtml/rawhtml.png) - ## [Table of Contents](table_of_contents)