Rev 1 |
|
Comparar con el anterior |
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
|
| 1441 |
ariadna |
5 |
* copy the classes file to lib/markdown/Michelf/* , Note .inc files need not be copied.
|
|
|
6 |
* copy the readme file to lib/markdown/.
|
| 1 |
efrain |
7 |
* update function markdown_to_html() in lib/weblib.php if necessary,
|
|
|
8 |
note that we require the php files manually for performance reasons
|
|
|
9 |
* run phpunit tests (all PHP versions)
|