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
Using this example file: cyan.txt
cyan.txt
$ cat cyan.txt | ansi2html --inline
Produces a random color and does not use the original one (cyan #9bf6ff):
#9bf6ff
<span style="color: #afff5f">I am cyan (#9bf6ff)</span>
For latex the same wrong color is used:
cat tmp | ansi2html --inline --latex
\textcolor[HTML]{afff5f}{I am cyan (#9bf6ff)}
The text was updated successfully, but these errors were encountered:
This might be a duplicate of #101
Sorry, something went wrong.
If you have a passing PR, ping me.
This is a duplicate of #101. Ansi2html currently does not support truecolor codes. I'd suggest closing this issue in favor of #101.
truecolor
No branches or pull requests
Using this example file:
cyan.txt
$ cat cyan.txt | ansi2html --inline
Produces a random color and does not use the original one (cyan
#9bf6ff
):For latex the same wrong color is used:
cat tmp | ansi2html --inline --latex
\textcolor[HTML]{afff5f}{I am cyan (#9bf6ff)}
The text was updated successfully, but these errors were encountered: