mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-25 17:23:00 +00:00
Update parsedown
This commit is contained in:
parent
4e3426644c
commit
f4275373d9
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ register_module([
|
||||||
"description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation.",
|
"description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation.",
|
||||||
"extra_data" => [
|
"extra_data" => [
|
||||||
/********** Parsedown versions **********
|
/********** Parsedown versions **********
|
||||||
* Parsedown Core: 1.8.0-beta-5 * TODO: Update Parsedown core & extra
|
* Parsedown Core: 1.8.0-beta-7 *
|
||||||
* Parsedown Extra: 0.8.0-beta-1 *
|
* Parsedown Extra: 0.8.0-beta-1 *
|
||||||
* Parsedown Extreme: 0.1.6 *
|
* Parsedown Extreme: 0.1.6 *
|
||||||
****************************************/
|
****************************************/
|
||||||
"Parsedown.php" => "https://raw.githubusercontent.com/erusev/parsedown/819c68899d593503180ed79ef4be5a4dcd8c5f92/Parsedown.php",
|
"Parsedown.php" => "https://raw.githubusercontent.com/erusev/parsedown/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955/Parsedown.php",
|
||||||
"ParsedownExtra.php" => "https://raw.githubusercontent.com/erusev/parsedown-extra/f21b40a1973b6674903a6da9857ee215e8839f96/ParsedownExtra.php",
|
"ParsedownExtra.php" => "https://raw.githubusercontent.com/erusev/parsedown-extra/f21b40a1973b6674903a6da9857ee215e8839f96/ParsedownExtra.php",
|
||||||
"ParsedownExtreme.php" => "https://raw.githubusercontent.com/BenjaminHoegh/parsedown-extreme/adae4136534ad1e4159fe04c74c4683681855b84/ParsedownExtreme.php"
|
"ParsedownExtreme.php" => "https://raw.githubusercontent.com/BenjaminHoegh/parsedown-extreme/adae4136534ad1e4159fe04c74c4683681855b84/ParsedownExtreme.php"
|
||||||
// TODO: Add Parsedown Extreme support
|
// TODO: Add Parsedown Extreme support
|
||||||
|
|
Loading…
Reference in a new issue