You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to increase the font_size by initializing the converter this way: Ansi2HTMLConverter(font_size='x-large').
However, the converted html text seems to be inside a <pre> tag and I font_size does not apply to content inside these tags?
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the great tool!
I was trying to increase the font_size by initializing the converter this way:
Ansi2HTMLConverter(font_size='x-large')
.However, the converted html text seems to be inside a
<pre>
tag and I font_size does not apply to content inside these tags?The text was updated successfully, but these errors were encountered: