
Buildkite Changelog
Whatโs new and updated in Buildkite
Embed colored terminal output in Annotations
Posted November 07, 2019 by Jessica
You can now more easily embed colored terminal output in annotations. ๐
Wrap any ANSI formatted console output in a Markdown block with either the term
or terminal
syntax:
```term
Fancy \x1b[91mc\x1b[33mo\x1b[93ml\x1b[92mo\x1b[94mr\x1b[95ms\x1b[0m here
```
The ANSI formatting is then rendered for you in the annotation:
You can read more about the formatting supported in annotations in the CLI docs.
Update