first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
Description of Markdown Extra import into Moodle
Procedure:
* download latest version from https://github.com/michelf/php-markdown/tags
* copy the classes and Readme.md file to lib/markdown/* , Note .inc files need not be copied.
* 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)