mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
update readme to match website
This commit is contained in:
parent
e3b8026e39
commit
cdb2646063
@ -1,8 +1,8 @@
|
||||
## Parsedown
|
||||
|
||||
Parsedown is a Markdown parser for PHP. It is fast, consistent and easy to use.
|
||||
Fast, consistent and easy to use [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/)
|
||||
|
||||
### Installation
|
||||
|
||||
@ -17,3 +17,5 @@ $result = Parsedown::instance()->parse($text);
|
||||
|
||||
echo $result; # prints: <p>Hello <strong>Parsedown</strong>!</p>
|
||||
```
|
||||
|
||||
[1]: http://daringfireball.net/projects/markdown/
|
||||
|
Loading…
Reference in New Issue
Block a user