moodle/lib/markdown/readme_moodle.txt

10 lines
410 B
Plaintext
Raw Normal View History

2013-09-19 22:26:01 +02:00
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,
2013-09-19 22:26:01 +02:00
note that we require the php files manually for performance reasons
* run phpunit tests (all PHP versions)
2013-09-19 22:26:01 +02:00