|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
Description of Markdown Extra import into Moodle
|
|
|
2 |
|
|
|
3 |
Procedure:
|
|
|
4 |
* download latest version from https://github.com/michelf/php-markdown/tags
|
|
|
5 |
* copy the classes and Readme.md file to lib/markdown/* , Note .inc files need not be copied.
|
|
|
6 |
* update function markdown_to_html() in lib/weblib.php if necessary,
|
|
|
7 |
note that we require the php files manually for performance reasons
|
|
|
8 |
* run phpunit tests (all PHP versions)
|
|
|
9 |
|