diff options
author | 2023-07-26 10:38:45 -0300 | |
---|---|---|
committer | 2023-07-26 10:38:45 -0300 | |
commit | 54fb03b444a9f1a6679eff5d34cbb4eb84551558 (patch) | |
tree | 8e4197be4ee714dce2b5e6e157ef80d6456d1b69 | |
parent | 42a21b5da631948da4495062a6ef30fbb91abd05 (diff) | |
download | astro-54fb03b444a9f1a6679eff5d34cbb4eb84551558.tar.gz astro-54fb03b444a9f1a6679eff5d34cbb4eb84551558.tar.zst astro-54fb03b444a9f1a6679eff5d34cbb4eb84551558.zip |
[docs] Markdoc README problematic aside notation (#7817)
-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 |