diff --git a/htmgo-site/md/docs/2_core-concepts/6_raw_html.md b/htmgo-site/md/docs/2_core-concepts/6_raw_html.md index 666b275..3e3e7d2 100644 --- a/htmgo-site/md/docs/2_core-concepts/6_raw_html.md +++ b/htmgo-site/md/docs/2_core-concepts/6_raw_html.md @@ -13,7 +13,7 @@ Usage: h.UnsafeRaw("
Raw HTML
") h.UnsafeRawF("
%s
", "Raw HTML") -h.UnsafeRawScript("") +h.UnsafeRawScript("alert('Hello World')") ``` Important: Be careful when using these methods, these methods do not escape the HTML content