diff --git a/README.md b/README.md index 8f086ee..60437f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[Parsedown PHP](http://parsedown.org) -=== +## Parsedown PHP Parsedown is a parser for Markdown. It parses Markdown text the way people do. First, it divides texts into blocks. Then it looks at how these blocks start and how they relate to each other. Finally, it looks for special characters to identify inline elements. As a result, Parsedown is (super) fast, consistent and clean. @@ -10,7 +9,7 @@ Parsedown is a parser for Markdown. It parses Markdown text the way people do. F Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown). -### Example +### Example ```php $text = 'Hello **Parsedown**!';