1 |
efrain |
1 |
Description of Html2Text v4.3.1 library import into Moodle
|
|
|
2 |
|
|
|
3 |
Please note that we override some mb_* functions in Html2Text's namespace at
|
|
|
4 |
run time. Until Html2Text adds some sort of fallback for the mb_* functions
|
|
|
5 |
(or we make mbstring a hard requirement) we are forced to do this so that people
|
|
|
6 |
running PHP without mbstring don't see nasty undefined function errors.
|
|
|
7 |
|
|
|
8 |
Instructions
|
|
|
9 |
------------
|
|
|
10 |
1. Download the latest release of Html2Text from https://github.com/mtibben/html2text/releases/
|
|
|
11 |
2. Extract the contents of the release archive into a directory.
|
|
|
12 |
3. Copy src/Html2Text.php to lib/html2text/
|
|
|
13 |
|
|
|
14 |
Imported from: https://github.com/mtibben/html2text/releases/
|