Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 906 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 906 Bytes

Markdown View

Snap Status

Formats markdown and launches it in a browser.

Install

On Linux, you can install mdview from the snap store:

sudo snap install mdview

If you have Go installed...

go get github.com/mapitman/mdview

Otherwise, grab the correct binary here.

Usage

mdview [options] <filename>
Formats markdown and launches it in a browser.
  -h    Prints mdview help message.
  -help
        Prints mdview help message.
  -o string
        Output filename. (Optional)
  -v    Prints mdview version.
  -version
        Prints mdview version.

If you do not supply an output file, mdview will write a file to your operating system's default temp directory.