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 2014-11-12 03:36:17 +02:00
parent d8011c00ab
commit f4453fd729

View File

@ -1,6 +1,6 @@
## Parsedown
Parser for [Markdown](http://en.wikipedia.org/wiki/Markdown) in PHP.
Markdown Parser in PHP
[[ demo ]](http://parsedown.org/demo)
@ -8,7 +8,7 @@ Parser for [Markdown](http://en.wikipedia.org/wiki/Markdown) in PHP.
* [Fast](http://parsedown.org/speed)
* [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](http://parsedown.org/tests/) in PHP 5.2, 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/)
* Extensible
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra) <sup>new</sup>
@ -16,7 +16,7 @@ Parser for [Markdown](http://en.wikipedia.org/wiki/Markdown) in PHP.
### Installation
Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown).
Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown)
### Example