mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add optional parsedown module
This commit is contained in:
parent
9272938530
commit
edf2c88d12
3 changed files with 4280 additions and 0 deletions
2136
build/index.php
2136
build/index.php
File diff suppressed because it is too large
Load diff
|
@ -151,5 +151,14 @@
|
|||
"id": "parser-default",
|
||||
"lastupdate": 1443945169,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
"name": "Parsedown",
|
||||
"version": "0.1",
|
||||
"author": "Johnny Broadway, Emanuil Rusev & Starbeamrainbowlabs",
|
||||
"description": "An upgraded parser based on Emanuil Rusev's Parsedown Extra PHP library (https:\/\/github.com\/erusev\/parsedown-extra), which is licensed MIT. Also uses a modified Slimdown engine by Johnny Broadway in order to add support for internal links etc. Please be careful, as this module adds a _ton_ of weight to your installation.",
|
||||
"id": "parser-parsedown",
|
||||
"lastupdate": 1443961922,
|
||||
"optional": true
|
||||
}
|
||||
]
|
2135
modules/parser-parsedown.php
Normal file
2135
modules/parser-parsedown.php
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue