[][src]Crate mdcat

Write markdown to TTYs.

Modules

highlighting

Tools for syntax highlighting.

Structs

AnsiStyle

Access to a terminal’s basic ANSI styling functionality.

Settings

Settings for markdown rendering.

TerminalCapabilities

The capabilities of a terminal.

TerminalSize

The size of a text terminal, in characters and lines.

Enums

ImageCapability

The capability of the terminal to write images inline.

LinkCapability

How the terminal supports inline links.

MarkCapability

The capability of the terminal to set marks.

ResourceAccess

What kind of resources mdcat may access when rendering.

StyleCapability

The capability of basic styling.

Functions

dump_states

Write as push_tty would, but ignore actual output and instead write states and events.

push_tty

Write markdown to a TTY.

Type Definitions

Error

The mdcat error type.