mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
parent
e33f1a48c8
commit
798bda682e
@ -24,7 +24,12 @@ Better Markdown Parser in PHP
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown).
|
Download and include [Parsedown.php] or install the [composer package] by running the following command:
|
||||||
|
|
||||||
|
composer require erusev/parsedown
|
||||||
|
|
||||||
|
[Parsedown.php]: https://raw.githubusercontent.com/erusev/parsedown/master/Parsedown.php "The Parsedown class file"
|
||||||
|
[composer package]: https://packagist.org/packages/erusev/parsedown "The Parsedown package on packagist.org"
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user