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§
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
.