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