Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottchiefbaker/markdowncli
A command line tool to parse Markdown text
https://github.com/scottchiefbaker/markdowncli
Last synced: 26 days ago
JSON representation
A command line tool to parse Markdown text
- Host: GitHub
- URL: https://github.com/scottchiefbaker/markdowncli
- Owner: scottchiefbaker
- License: mit
- Created: 2014-02-03T22:24:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T00:53:14.000Z (over 6 years ago)
- Last Synced: 2023-04-08T11:56:18.959Z (over 1 year ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Markdown parser
===============This is a command line parser for Markdown text. It uses the [Parsedown](http://parsedown.org/)
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