Godown is a markdown previewer written in Go. The live preview is done using websockets. The markdown parsing is done by the blackfriday go library.
GoDown is heavily inspired by Livedown (previewer written in NodeJS).
Assuming the $GOPATH/bin
is in your PATH, simply install by running make
.
Run the tool for usage information.
godown
MIT