Skip to content
New issue

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

List color #72

Open
DrZoedberg opened this issue Feb 28, 2020 · 0 comments
Open

List color #72

DrZoedberg opened this issue Feb 28, 2020 · 0 comments

Comments

@DrZoedberg
Copy link

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;">-&nbsp;Item1</span></p>
<p><span style="font-family:Calibri;">-&nbsp;Item2</span></p>
<p><span style="font-family:Calibri;">-&nbsp;Item3</span></p><br>

Thank you in advance for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant