When creating PDFs the bundle does not seem to recognize `thead` `tbody` and `th` tags. Is there any way to fix that? The following error is thrown `Unknown tag "tbody".` when I call `$pdf = $facade->render($response->getContent();`
When creating PDFs the bundle does not seem to recognize
theadtbodyandthtags. Is there any way to fix that?The following error is thrown
Unknown tag "tbody".when I call$pdf = $facade->render($response->getContent();