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
- Host: GitHub
- URL: https://github.com/henrywallace/mdpreview
- Owner: henrywallace
- License: mit
- Created: 2017-08-07T02:12:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T15:17:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T22:13:40.242Z (about 1 year ago)
- Topics: golang, markdown, websocket
- Language: Go
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdpreview
For dynamically updating Markdown rendering in the browser, Github style.
[](https://travis-ci.org/henrywallace/mdpreview)
[](https://goreportcard.com/report/github.com/henrywallace/mdpreview)
[](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
```