Extensible grip clone
cargo install wool
USAGE:
wool [FLAGS] <infile> [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:
<infile> Sets the input file to use
<outfile> Sets the output file to use
preview on localhost:
wool readme.md
export to html:
wool readme.md --export mypreview.html
equations with katex:
wool readme.md -k
Syntax highlighting:
wool readme.md -s