Technology Feature: Content rendering pipeline
4/22/2026
By Unknown
Content Rendering Pipeline
From editor input to sanitized output, we keep the steps predictable.
Stages
- Store content
- Sanitize markup
- Render safely
TypeScript
type PipelineStep = { name: string; ok: boolean };