diff options
author | 2023-07-25 14:28:59 -0300 | |
---|---|---|
committer | 2023-07-25 14:28:59 -0300 | |
commit | 3156d9df1533bd65ed50205f56a5bc690880fb2e (patch) | |
tree | 691a54f153ef8616501cea0ec40d56358b1b1e79 | |
parent | 32cedb3dab96e0c73c8914b62d945a1a07b635e6 (diff) | |
download | astro-3156d9df1533bd65ed50205f56a5bc690880fb2e.tar.gz astro-3156d9df1533bd65ed50205f56a5bc690880fb2e.tar.zst astro-3156d9df1533bd65ed50205f56a5bc690880fb2e.zip |
[docs] Markdoc README (#7799)
-rw-r--r-- | packages/integrations/markdoc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 89e1f76aa..5b2e644d4 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -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. |