Skip to content

grapegrip/wool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wool

Extensible grip clone

Installation

cargo install wool

Usage

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

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