//! Rich rendering helpers for the REPL: Markdown, spinners.
//!//! Phase 5 of the terminal refactor (see `docs/TERMINAL_REFACTOR.md`). Syntax
//! highlighting (`render/highlight.rs`, feature-gated `syntect`) and reusable
//! panels are planned follow-ups.
#![allow(dead_code)]pubmodmarkdown;pubmodspinner;