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
1b9641ad03
commit
18d112a614
11
README.md
11
README.md
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user