mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00

Add missing aws-sdk composer.json Add missing composer/PSR4 for SimplePie Add missing composer/PSR4 for others Add missing composer/PSR4 for markdown Add missing composer/PSR4 for PHP-CSS-Parser Add missing composer/PSR4 for Mustache Add missing composer/PSR4 for RTLCSS Add missing composer/PSR4 for SCSSPHP Add missing composer/PSR4 for OpenSpout Add missing composer/PSR4 for LTI Add missing composer/PSR4 for GeoPattern Add missing composer/PSR4 for CFPropertylist Add missing composer/PSR4 for ZipStream Add missing composer/PSR4 for PSR-20 Add missing composer/PSR4 for phpxmlrpc Add missing composer/PSR4 for WebAuthn
9 lines
444 B
Text
9 lines
444 B
Text
Description of Markdown Extra import into Moodle
|
|
|
|
Procedure:
|
|
* download latest version from https://github.com/michelf/php-markdown/tags
|
|
* copy the classes file to lib/markdown/Michelf/* , Note .inc files need not be copied.
|
|
* copy the readme file to lib/markdown/.
|
|
* update function markdown_to_html() in lib/weblib.php if necessary,
|
|
note that we require the php files manually for performance reasons
|
|
* run phpunit tests (all PHP versions)
|