We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8a3c0 commit d7339a2Copy full SHA for d7339a2
src/website/component.gleam
@@ -63,5 +63,5 @@ pub fn text_page(
63
}
64
65
pub fn dangerous_html(html: String) -> Element(a) {
66
- html.span([attribute.attribute("dangerous-unescaped-html", html)], [])
+ element.unsafe_raw_html("", "span", [], html)
67
0 commit comments