Skip to content
/ wool Public
forked from grapegrip/wool

Preview Github Markdown Offline

License

Notifications You must be signed in to change notification settings

krishicks/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

About

Preview Github Markdown Offline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%