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
7bb70186c1
commit
102a947c7a
13
README.md
13
README.md
@ -2,7 +2,17 @@
|
||||
|
||||
Fast and consistent [Markdown][1] parser for PHP.
|
||||
|
||||
[Home](http://parsedown.org) · [Demo](http://parsedown.org/explorer/) · [Tests](http://parsedown.org/tests/)
|
||||
***
|
||||
|
||||
[home](http://parsedown.org/) · [demo](http://parsedown.org/explorer/) · [tests](http://parsedown.org/tests/)
|
||||
|
||||
***
|
||||
|
||||
Other features include:
|
||||
|
||||
* [ GitHub Flavored ][2]
|
||||
* tested in PHP 5.2, 5.3, 5.4 and 5.5
|
||||
* friendly to international input
|
||||
|
||||
### Installation
|
||||
|
||||
@ -19,3 +29,4 @@ 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