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 tried to shorten the output by defining the css prefix as 'ac', but realized that it will never work due to the fact that the converter has ansi_color_ hardcoded and there is no connection between the Theme and the Converter.
$converter = newAnsiToHtmlConverter();
$converter->convert('some random cli output'); // returns classes with "ansi_color" prefix$converter->getTheme()->asCss('css_prefix_for_ansi_color'); // returns styles with given prefix
The text was updated successfully, but these errors were encountered:
I tried to shorten the output by defining the css prefix as 'ac', but realized that it will never work due to the fact that the converter has ansi_color_ hardcoded and there is no connection between the Theme and the Converter.
The text was updated successfully, but these errors were encountered: