Crate mdcat[][src]

Write markdown to TTYs.

Structs

AnsiTerminal

A simple ANSI terminal with support for basic ANSI styles.

DumbTerminal

A dumb terminal with no style support.

TerminalSize

The size of a text terminal.

Enums

ResourceAccess

What kind of resources mdcat may access when rendering.

Traits

Terminal

Write to terminals.

Functions

detect_terminal

Detect the terminal on stdout.

dump_events

Dump markdown events to a writer.

push_tty

Write markdown to a TTY.

write_styled

Write a styled text to a terminal.