Wool is a modern, extensible grip clone that prefers offline-first rendering to strict Github API accuracy.
console
cargo install wool
Preview on localhost:
console
wool readme.md
Export to html:
console
wool readme.md --export mypreview.html
Syntax highlighting using Prism:
console
wool readme.md -s
Equations with katex:
console
wool readme.md -k
```
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:
To use the auto reload feature, must be in same directory as previewed file.