We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac6e36 commit 389f296Copy full SHA for 389f296
docs/helpers.md
@@ -27,7 +27,7 @@ Creates a new text node object.
27
28
#### `Data::html($html|$tag, $attrs = [], $content = [], $marks = [])`
29
30
-Creates a new HTML node object.
+Creates a new HTML node object. Input is treated as raw HTML, so any text should be escaped with the `e()` helper.
31
32
#### `Data::apply($item, ...$properties)`
33
0 commit comments