Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`