Skip to content

grapegrip/wool

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages