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
Please provide an option to turn off ANSI color output - our pipeline tool (ConcourseCI) doesn't interpret the 256 ANSI code outputted by mark properly, and results in blinking text which is nearly impossible to read. A bug was raised with them and auto-closed - concourse/concourse#2390
The text was updated successfully, but these errors were encountered:
Hi, I'm not actually sure why you would need an option to disable it, because mark automatically detects that the stdin is not a tty. So if you run mark in a script, it should not show a colored output, you can easily confirm it by something like that:
$ mark -u e -p p -b b -f test.md --dry-run
$ mark -u e -p p -b b -f test.md --dry-run 2>&1 | cat
Concourse doesn't process the ANSI codes mark uses properly, rendering all output text as a blinking blob. While the fix for that lies with them, this wasn't an issue with mark prior to 4.0 so we'd like to skip colour altogether if possible.
Please provide an option to turn off ANSI color output - our pipeline tool (ConcourseCI) doesn't interpret the 256 ANSI code outputted by mark properly, and results in blinking text which is nearly impossible to read. A bug was raised with them and auto-closed - concourse/concourse#2390
The text was updated successfully, but these errors were encountered: