https://github.com/icexin/markdown
markdown parses markdown file and generates html in github style
https://github.com/icexin/markdown
Last synced: about 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T12:40:58.000Z (over 9 years ago)
- Last Synced: 2025-04-14T23:12:03.587Z (about 2 months ago)
- Language: Go
- Size: 145 KB
- Stars: 5
- Watchers: 2
- 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`