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
Currently the conversion is opinionated - it enforces that the output must have some theme-specified foreground colour and some theme-specified background colour, even if the ANSI doesn't specify one.
Ideally for my use case it would only convert the specific ANSI formatting into HTML styles - and anywhere that ANSI hasn't specified formatting will be left to whatever the default CSS on the page dictates it should be.
This allows me to use OutputInterface to provide rich formatting when I need it (and have that converted to HTML with CSS), but the default output still respects the styling inherited from the page I'm outputting to.
The text was updated successfully, but these errors were encountered:
Currently the conversion is opinionated - it enforces that the output must have some theme-specified foreground colour and some theme-specified background colour, even if the ANSI doesn't specify one.
Ideally for my use case it would only convert the specific ANSI formatting into HTML styles - and anywhere that ANSI hasn't specified formatting will be left to whatever the default CSS on the page dictates it should be.
This allows me to use
OutputInterface
to provide rich formatting when I need it (and have that converted to HTML with CSS), but the default output still respects the styling inherited from the page I'm outputting to.The text was updated successfully, but these errors were encountered: