Hi Serge,
Firstly, thank you for your work on this package. I use this library often, after first reading about it here.
I'm wondering if there is (or could be) an option to retain the inner HTML of table cells. Currently, <br> tags will be stripped, so foo<br>bar will become foobar.
Could potentially use a combination of UnescapeString and k3a/html2text/jaytaylor/html2text (or allow user to use this downstream).
Thanks again!
Jake
Hi Serge,
Firstly, thank you for your work on this package. I use this library often, after first reading about it here.
I'm wondering if there is (or could be) an option to retain the inner HTML of table cells. Currently,
<br>tags will be stripped, sofoo<br>barwill becomefoobar.Could potentially use a combination of
UnescapeStringandk3a/html2text/jaytaylor/html2text(or allow user to use this downstream).Thanks again!
Jake