Skip to content

Convert markdown to HTML and launch it in a browser.

License

Notifications You must be signed in to change notification settings

eaglersdeveloper/mdview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert markdown to HTML and launch it in a browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.6%
  • Makefile 10.4%