Merge pull request #297 from hkdobrev/patch-1

Remove "tested in PHP 5.2"
This commit is contained in:
Emanuil Rusev 2015-03-18 20:39:40 +02:00
commit 85eadccc05
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Better Markdown Parser in PHP
* [Fast](http://parsedown.org/speed)
* [Consistent](http://parsedown.org/consistency)
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
* [Tested](http://parsedown.org/tests/) in PHP 5.2, 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/)
* [Tested](http://parsedown.org/tests/) in PHP 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/)
* [Extensible](https://github.com/erusev/parsedown/wiki/Writing-Extensions)
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)