Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 325 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 325 Bytes

Markdown parser

This is a command line parser for Markdown text. It uses the Parsedown library in a standalone PHP .phar file.

Usage

File mode:

markdown README.md

STDIN mode:

cat README.md | markdown

Requires

PHP 5.3.0 or greater must be installed