Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icexin/markdown
markdown parses markdown file and generates html in github style
https://github.com/icexin/markdown
Last synced: about 1 month ago
JSON representation
markdown parses markdown file and generates html in github style
- Host: GitHub
- URL: https://github.com/icexin/markdown
- Owner: icexin
- Created: 2015-06-30T03:56:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T12:40:58.000Z (about 9 years ago)
- Last Synced: 2023-04-05T04:41:20.537Z (over 1 year ago)
- Language: Go
- Size: 145 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview
========`markdown` parses markdown file and generates html in github style
Usage
=====### Parse markdown file
`cat README.md | markdown` or `markdown README.md`
### As a static file server
`markdown -server`