1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

improve readme

This commit is contained in:
Emanuil Rusev 2015-07-03 16:39:51 +03:00
parent ba802c1c8d
commit 76b7d7babd

View File

@ -5,14 +5,16 @@
Better Markdown Parser in PHP
[See Demo](http://parsedown.org/demo)
[[ Demo ]](http://parsedown.org/demo)  
[[ Benchmarks ]](http://parsedown.org/speed)  
[[ Tests ]](http://parsedown.org/tests/)
### Features
* [Fast](http://parsedown.org/speed)
* [Extensible](https://github.com/erusev/parsedown/wiki/Writing-Extensions)
* Fast
* Extensible
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
* [Tested](http://parsedown.org/tests/) in 5.3 to 5.6 and [HHVM](http://www.hhvm.com/)
* Tested in 5.3 to 5.6 and [HHVM](http://www.hhvm.com/)
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
### Installation