pycontribs / ansi2html

Convert text with ansi color codes to HTML
GNU Lesser General Public License v3.0
387 stars 78 forks source link

font_size option does not have an effect #215

Open akskuchi opened 1 year ago

akskuchi commented 1 year ago

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?