by Alexey Novikov.
Yo Brian and all,
in moodle's table "assign" there is a field called "introformat". If it's set to 1, then you have HTML, if to 0, then moodle autoformat.
SQL:
UPDATE assign SET introformat=1;
This should fix our issue.