We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
There is a problem with the lists, the color is lost in HTML output. Here is an example of a list with all the blue text in RTF:
{\rtf1\ansi\ansicpg1252\deff0\deflang1036{\fonttbl{\f0\fnil\fprq2\fcharset0 Calibri;}{$ {\colortbl ;\red0\green112\blue192;} {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\cf1\f0\fs24 Test list:\par \pard\fi-360\li720 -\tab Item1\par -\tab Item2\par -\tab Item3\par \pard\cf0\b\f1\par }
And here is the HTML output (we notice that the list is in black instead of blue):
<p><span style="font-family:Calibri;font-size:16px;color:#0070c0;">Test list:</span></p> <p><span style="font-family:Calibri;">- Item1</span></p> <p><span style="font-family:Calibri;">- Item2</span></p> <p><span style="font-family:Calibri;">- Item3</span></p><br>
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
There is a problem with the lists, the color is lost in HTML output.
Here is an example of a list with all the blue text in RTF:
{\rtf1\ansi\ansicpg1252\deff0\deflang1036{\fonttbl{\f0\fnil\fprq2\fcharset0 Calibri;}{$ {\colortbl ;\red0\green112\blue192;} {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\cf1\f0\fs24 Test list:\par \pard\fi-360\li720 -\tab Item1\par -\tab Item2\par -\tab Item3\par \pard\cf0\b\f1\par }
And here is the HTML output (we notice that the list is in black instead of blue):
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: