- Fixes script/style rendering in MDX by escaping dynamic content instead of rendering it raw.
- Dynamic values inside <script> or <style> tags are now escaped unless explicitly opted in with set:html.
- Ensures only literal content (or plugin‑injected content) is treated as trusted markup.