Hello,
The problem is that you are using an inline type replacement. You need to use a block type replacement:
$docx->replaceVariableByHTML('lignes', 'block', $html, array('isFile' => false, 'parseDivsAsPs' => true, 'downloadImages' => false));
To keep block tags such as table.
Regards.