Format source without mistaking preview for sanitization
Format embedded CSS separately with CSS Formatter, then inspect untrusted rendered fragments with the sanitized Markdown HTML Viewer where appropriate.
- Preserve the original HTML and a fixture containing pre, textarea, script, style, and template content
- Format only for source review, then compare the parsed structure with the original
- Check whitespace-sensitive and malformed markup in a standards-aware parser
- Use Preview to inspect the sanitized static rendering, not active behavior
- Publish only through the application’s audited sanitizer and build pipeline