mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
improve readme
This commit is contained in:
parent
d8011c00ab
commit
f4453fd729
@ -1,6 +1,6 @@
|
|||||||
## Parsedown
|
## Parsedown
|
||||||
|
|
||||||
Parser for [Markdown](http://en.wikipedia.org/wiki/Markdown) in PHP.
|
Markdown Parser in PHP
|
||||||
|
|
||||||
[[ demo ]](http://parsedown.org/demo)
|
[[ 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)
|
* [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](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.2, 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/)
|
||||||
* Extensible
|
* Extensible
|
||||||
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra) <sup>new</sup>
|
* [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
|
### 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
|
### Example
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user