Formats markdown and launches it in a browser.
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.
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.