mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-03 03:42:38 +02:00
remove link from the h2 heading in readme
This commit is contained in:
@@ -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**!';
|
||||
|
Reference in New Issue
Block a user