Wool is an extensible grip clone that prefers offline-first rendering to strict Github API accuracy.
cargo install wool
```
USAGE:
wool [FLAGS]
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:
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
To use the auto reload feature, must be in same directory as previewed file.