1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

remove link from the h2 heading in readme

This commit is contained in:
Emanuil 2013-07-23 23:54:32 +03:00
parent 15f20fb59e
commit b29c2459e0

View File

@ -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**!';