Live Markdown Rendering In Go
| .gitignore | ||
| github_markdown.go | ||
| LICENSE | ||
| livemd.go | ||
| page_template.go | ||
| README.md | ||
| root_template.go | ||
livemd
Overview
I wanted a simple tool that watched file updates as I worked on design docs.
I also didn't want to npm install anything. So I wrote a server in Go, with live Markdown updates over websockets.
Libraries Used
Usage
go get github.com/barakmich/livemd
cd $PROJECT_DIR
livemd
License
BSD