https://github.com/pnelson/mdoc
Package mdoc provides a http.Handler that renders a directory of Markdown documents.
https://github.com/pnelson/mdoc
Last synced: 6 months ago
JSON representation
Package mdoc provides a http.Handler that renders a directory of Markdown documents.
- Host: GitHub
- URL: https://github.com/pnelson/mdoc
- Owner: pnelson
- License: other
- Created: 2016-08-21T21:27:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T03:56:12.000Z (almost 10 years ago)
- Last Synced: 2025-10-13T05:13:03.246Z (9 months ago)
- Language: CSS
- Homepage: https://godoc.org/github.com/pnelson/mdoc
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdoc
Package mdoc provides a http.Handler that renders a directory of Markdown
documents.
A command line application is also provided:
```sh
$ mdoc [-addr=] [-theme=] []
```