Technology Feature: Content rendering pipeline
3/18/2026
By Root Admin
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 };