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
ANSI code 7 inverts the background and foreground colors, which can be helpful for giving the text a bold attention-grabbing appearance.
to-html does not render this properly, instead showing the text with regular background and foreground colors.
to-html
$ to-html 'printf '\''\e[7mHello World!\e[0m'\'''
<pre class="terminal"> <span class='shell'>> </span><span class='cmd'>printf</span> <span class='str'>'\e[7mHello World!\e[0m'</span> Hello World!<span class='shell'>> </span><span class='caret'> </span> </pre>
The text was updated successfully, but these errors were encountered:
@Aloso I can take this unless you want to save it for a new contributor
Sorry, something went wrong.
@CosmicHorrorDev feel free!
CosmicHorrorDev
Successfully merging a pull request may close this issue.
ANSI code 7 inverts the background and foreground colors, which can be helpful for giving the text a bold attention-grabbing appearance.
to-html
does not render this properly, instead showing the text with regular background and foreground colors.The text was updated successfully, but these errors were encountered: