Registry / cli / termimad

termimad

JSON →
library0.34.1rscratesunverified

A Markdown renderer for the terminal, producing styled text output with support for tables, lists, and code blocks.

# Cargo.toml [dependencies] termimad = "0.34.1"
INSTALL
IMPORT
SIG · TERMIMAD
T
termimad
clirustv0.34.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MadSkin
use termimad::MadSkin;

Renders a Markdown string to the terminal with styling.

use termimad::MadSkin; fn main() { let skin = MadSkin::default(); skin.print_text("# Hello\nThis is **bold** and *italic*."); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.34.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
26
Resources
termimad — cargo add termimad · libregistry