crates.io docs.rs

linemd

linemd is a simple, no dependencies, markdown parser and renderer.

Features

Install

Usage

See the library documentation for library usage.

CLI usage: ``` renders a markdown file

usage: linemd FILE Reads from file linemd - Reads from stdin

options: -h, --help Prints this text -S, --svg Renders to SVG instead of HTML

exit codes: 0 Everything was successful 1 Failed to read the given file 2 Failed to read from stdin ```

Also see examples directory.