Compare commits

...

1 commit

Author SHA1 Message Date
Sarah Rainsberger
6467324dc9
[docs] Markdoc README 2023-07-25 14:19:18 -03:00

View file

@ -424,7 +424,7 @@ export default defineConfig({
}); });
``` ```
> **Caution** > **Warning**
> When `allowHTML` is enabled, HTML markup inside Markdoc documents will be rendered as actual HTML elements (including `<script>`), making attack vectors like XSS possible. > When `allowHTML` is enabled, HTML markup inside Markdoc documents will be rendered as actual HTML elements (including `<script>`), making attack vectors like XSS possible.
> >
> Ensure that any HTML markup comes from trusted sources. > Ensure that any HTML markup comes from trusted sources.