MdView is a tool for viewing GitHub Flavored Markdown files in your web browser. MdView recursively renders the parent directory of the user-provided file and serves its contents over HTTP on port 8080. The default browser is then launched, displaying the Markdown file as an HTML document.
Simply execute MdView with the path of the Markdown file you wish to view:
$ mdview path/to/file.md
Execute MdView with --help
to view options:
Usage mdview [options] [path]
Parameters:
-port int
port (default 8080)
If you already have the Go environment and toolchain set up, you can get the latest version by running:
$ go get github.com/FooSoft/mdview
Otherwise, you can use the pre-built binaries from the project page.