wool

About

Wool is an extensible grip clone that prefers offline-first rendering to strict Github API accuracy.

Installation

cargo install wool

Usage

``` USAGE: wool [FLAGS] [outfile]

FLAGS: -b, --browser Open in browser -e, --export Export html -h, --help Prints help information -s, --highlight Syntax highlighting -k, --katex Include katex in rendering -n, --no-preview-frame Don't render the preview frame -V, --version Prints version information

ARGS: Sets the input file to use Sets the output file to use ```

Example

preview on localhost:
wool readme.md

export to html:
wool readme.md --export mypreview.html

equations with katex: wool readme.md -k

Experimental

Syntax highlighting:
wool readme.md -s

Notes

To use the auto reload feature, must be in same directory as previewed file.