/MarkdownCLI

A command line tool to parse Markdown text

Primary LanguagePHPMIT LicenseMIT

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