[docs] Markdoc README

This commit is contained in:
Sarah Rainsberger 2023-07-25 14:19:18 -03:00 committed by GitHub
parent 32cedb3dab
commit 6467324dc9
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. > 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.