[docs] Markdoc README (#7799)

This commit is contained in:
Sarah Rainsberger 2023-07-25 14:28:59 -03:00 committed by GitHub
parent 32cedb3dab
commit 3156d9df15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
>
> Ensure that any HTML markup comes from trusted sources.