mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Don't encourage downloading from master
This commit is contained in:
parent
798bda682e
commit
0c0ed38290
10
README.md
10
README.md
@ -23,13 +23,17 @@ Better Markdown Parser in PHP
|
|||||||
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
|
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
#### Composer
|
||||||
Download and include [Parsedown.php] or install the [composer package] by running the following command:
|
Install the [composer package] by running the following command:
|
||||||
|
|
||||||
composer require erusev/parsedown
|
composer require erusev/parsedown
|
||||||
|
|
||||||
[Parsedown.php]: https://raw.githubusercontent.com/erusev/parsedown/master/Parsedown.php "The Parsedown class file"
|
#### Manual
|
||||||
|
1. Download the "Source code" from the [latest release]
|
||||||
|
2. Include `Parsedown.php`
|
||||||
|
|
||||||
[composer package]: https://packagist.org/packages/erusev/parsedown "The Parsedown package on packagist.org"
|
[composer package]: https://packagist.org/packages/erusev/parsedown "The Parsedown package on packagist.org"
|
||||||
|
[latest release]: https://github.com/erusev/parsedown/releases/latest "The latest release of Parsedown"
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user