An open API service indexing awesome lists of open source software.

https://github.com/henrywallace/mdpreview

Simple live preview of markdown files, rerender on change
https://github.com/henrywallace/mdpreview

golang markdown websocket

Last synced: about 1 year ago
JSON representation

Simple live preview of markdown files, rerender on change

Awesome Lists containing this project

README

          

# mdpreview

For dynamically updating Markdown rendering in the browser, Github style.

[![Build Status](https://travis-ci.org/henrywallace/mdpreview.svg)](https://travis-ci.org/henrywallace/mdpreview)
[![Go Report Card](https://goreportcard.com/badge/github.com/henrywallace/mdpreview)](https://goreportcard.com/report/github.com/henrywallace/mdpreview)
[![GoDoc](https://godoc.org/github.com/henrywallace/mdpreview?status.svg)](https://godoc.org/github.com/henrywallace/mdpreview)

---

To rebuild the CSS assets run `make`, or instead you can just `go install
main.go` with the ones already included.

Then run the server like
```sh
mdpreview README.md
```