This is a command line parser for Markdown text. It uses the Parsedown library in a standalone PHP .phar file.
File mode:
markdown README.md
STDIN mode:
cat README.md | markdown
PHP 5.3.0 or greater must be installed
This is a command line parser for Markdown text. It uses the Parsedown library in a standalone PHP .phar file.
File mode:
markdown README.md
STDIN mode:
cat README.md | markdown
PHP 5.3.0 or greater must be installed