improve readme

This commit is contained in:
Emanuil Rusev 2013-12-03 23:19:50 +02:00
parent 1b9641ad03
commit 18d112a614
1 changed files with 4 additions and 7 deletions

View File

@ -1,10 +1,10 @@
## Parsedown ## Parsedown
Better [Markdown][1] parser for PHP. Better [Markdown](http://daringfireball.net/projects/markdown/) parser for PHP.
*** ***
[demo](http://parsedown.org/demo) · [tests](http://parsedown.org/tests/) · [speed](http://parsedown.org/speed) · [consistency](http://parsedown.org/consistency) [demo](http://parsedown.org/demo) · [tests](http://parsedown.org/tests/)
*** ***
@ -12,8 +12,8 @@ Better [Markdown][1] parser for PHP.
* [fast](http://parsedown.org/speed) * [fast](http://parsedown.org/speed)
* [consistent](http://parsedown.org/consistency) * [consistent](http://parsedown.org/consistency)
* [ GitHub Flavored ][2] * [GitHub Flavored](https://help.github.com/articles/github-flavored-markdown)
* tested in PHP 5.2, 5.3, 5.4 and 5.5 * [tested](https://travis-ci.org/erusev/parsedown) in PHP 5.2, 5.3, 5.4 and 5.5
* friendly to international input * friendly to international input
### Installation ### Installation
@ -29,6 +29,3 @@ $result = Parsedown::instance()->parse($text);
echo $result; # prints: <p>Hello <strong>Parsedown</strong>!</p> echo $result; # prints: <p>Hello <strong>Parsedown</strong>!</p>
``` ```
[1]: http://daringfireball.net/projects/markdown/
[2]: https://help.github.com/articles/github-flavored-markdown