mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-03 11:52:36 +02:00
improve readme
This commit is contained in:
@@ -21,11 +21,13 @@ Include `Parsedown.php` or install [the composer package](https://packagist.org/
|
||||
### Example
|
||||
|
||||
``` php
|
||||
$parsedown = new Parsedown();
|
||||
$Parsedown = new Parsedown();
|
||||
|
||||
echo $parsedown->text('Hello _Parsedown_!'); # prints: <p>Hello <em>Parsedown</em>!</p>
|
||||
echo $Parsedown->text('Hello _Parsedown_!'); # prints: <p>Hello <em>Parsedown</em>!</p>
|
||||
```
|
||||
|
||||
More examples in [the wiki](https://github.com/erusev/parsedown/wiki/Usage).
|
||||
|
||||
### Questions
|
||||
|
||||
**How does Parsedown work?**<br/>
|
||||
|
Reference in New Issue
Block a user