[reportlab-users] Support of modern underline
Claude Paroz
claude at 2xlibre.net
Thu Apr 22 02:58:46 EDT 2021
Hi,
The modern way of underlining in HTML is to use the <span
style="text-decoration: underline;"> syntax, and many Wysiwyg editors
will produce that HTML in content.
Unfortunately, the default ReportLab paraparser doesn't support this
syntax yet (findSpanStyle not implemented in this parser).
What about adding that support in default parser? Is this a big task?
Regards,
Claude
--
www.2xlibre.net
More information about the reportlab-users
mailing list