Support of modern underline
Claude Paroz <[email protected]> Thu, 22 Apr 2021 08:58:46 +0200
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
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