Expand description
Command line application to render markdown to TTYs.
Note that as of version 2.0.0 mdcat itself no longer contains the core rendering functions.
Use pulldown_cmark_mdcat instead.
Modules§
- args
- Argument parsing for mdcat.
- config
- User configuration file.
User configuration, loaded from
~/.config/mdcat/config.toml. - output
- Output handling for mdcat.
- resources
- Resource handling for mdca.
- toc
- Table of contents generation. Build a table of contents from a Markdown document’s headings.
Structs§
- Render
Options - Render-time options for
process_file, bundling the flags that control how the document is transformed before and during rendering.
Statics§
- DEFAULT_
RESOURCE_ READ_ LIMIT - Default read size limit for resources.
Functions§
- create_
resource_ handler - Create the resource handler for mdcat.
- process_
file - Process a single file.
- read_
input - Read input for
filename.