diff options
-rw-r--r-- | packages/integrations/markdoc/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 5b2e644d4..4b9772bc7 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -425,9 +425,7 @@ export default defineConfig({ ``` > **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. +> 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. ## Examples |