improve readme

This commit is contained in:
Emanuil Rusev 2014-04-17 11:22:49 +03:00
parent 5be4491943
commit 5316a2e0dd

View File

@ -2,19 +2,16 @@
Better [Markdown](http://en.wikipedia.org/wiki/Markdown) parser for PHP. Better [Markdown](http://en.wikipedia.org/wiki/Markdown) parser for PHP.
*** - [Demo](http://parsedown.org/demo)
- [Tests](http://parsedown.org/tests/)
[ [demo](http://parsedown.org/demo) ] [ [tests](http://parsedown.org/tests/) ]
***
### Features ### Features
* [fast](http://parsedown.org/speed) * [Fast](http://parsedown.org/speed)
* [consistent](http://parsedown.org/consistency) * [Consistent](http://parsedown.org/consistency)
* [GitHub Flavored](https://help.github.com/articles/github-flavored-markdown) * [GitHub Flavored](https://help.github.com/articles/github-flavored-markdown)
* [tested](https://travis-ci.org/erusev/parsedown) in PHP 5.2, 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/) * [Tested](https://travis-ci.org/erusev/parsedown) in PHP 5.2, 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/)
* friendly to international input * Extensible
### Installation ### Installation