Termimad is a Rust library for displaying styled Markdown-inspired content inside command-line and terminal user interfaces. It separates textual structure and data from visual skins so applications can customize presentation cleanly. Supported formatting includes headings, emphasis, code, lists, quotes, tables, horizontal rules, and multiline text. The library handles wrapping, scrolling, table balancing, Unicode, and wide terminal characters. Developers can create reusable skins controlling colors and other terminal styling properties. Safe templates insert dynamic values without accidentally interpreting them as Markdown syntax. Termimad uses Crossterm for terminal behavior and emphasizes precise control without imposing a complete TUI framework.
Features
- Markdown-style terminal rendering
- Customizable colors and visual skins
- Scrollable and dynamically wrapped text
- Balanced terminal tables
- Unicode and wide-character handling
- Reusable safe text templates