Registry / cli / mdcat
library2.7.1rscratesunverified

cat for markdown: Show markdown documents in terminals.

# Cargo.toml [dependencies] mdcat = "2.7.1"
INSTALL
IMPORT
SIG · MDCAT
M
mdcat
clirustv2.7.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.

render
use mdcat::render;

Render markdown to terminal.

use mdcat::render; fn main() { let markdown = "# Hello\nWorld"; render(markdown); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
mdcat — cargo add mdcat · libregistry