Make sure scripts in md preview are properly evaluated

Fixes #243454

This restores the previous behavior. If the default security settings are used, scripts will still block blocked by the CSP. If you fully disable the security settings, then we'll try to run them
This commit is contained in:
Matt Bierner
2025-03-17 11:45:49 -07:00
parent a0425e3665
commit 23812e0d8f
3 changed files with 96 additions and 47 deletions

View File

@@ -768,7 +768,7 @@
"highlight.js": "^11.8.0",
"markdown-it": "^12.3.2",
"markdown-it-front-matter": "^0.2.4",
"morphdom": "^2.6.1",
"morphdom": "^2.7.4",
"picomatch": "^2.3.1",
"punycode": "^2.3.1",
"vscode-languageclient": "^8.0.2",