Skip to content

Commit b17b697

Browse files
committed
use :::caution
1 parent 2b90b63 commit b17b697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/reference/jsx-attributes/innerhtml.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: innerHTML
55
The `innerHTML` attribute is equivalent to the [`innerHTML` DOM property](https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML).
66
This attribute replaces all existing nodes of the element with new nodes generated by parsing the provided string as HTML.
77

8-
<Callout type="caution">
8+
:::caution
99

1010
Using `innerHTML` with unsanitized user-supplied data can introduce security vulnerabilities.
1111

12-
</Callout>
12+
:::

0 commit comments

Comments
 (0)