From 2ddde370b395feb9058ac85bc9603474c3d26b91 Mon Sep 17 00:00:00 2001 From: Suma Naidu <79238214+nsuma8989@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:59:46 -0800 Subject: [PATCH 1/3] Update cli annotation with term block limit This CL adds info about how many term block we allow per annotation. --- pages/agent/v3/cli_annotate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/agent/v3/cli_annotate.md b/pages/agent/v3/cli_annotate.md index 5d73dffbd3..294208852d 100644 --- a/pages/agent/v3/cli_annotate.md +++ b/pages/agent/v3/cli_annotate.md @@ -112,7 +112,7 @@ p4 pt4 pr4 pb4 pl4 py4 px4 ### Colored console output -Console output in annotations can be displayed with ANSI colors when wrapped in a Markdown block marked as `term` or `terminal` syntax. +Console output in annotations can be displayed with ANSI colors when wrapped in a Markdown block marked as `term` or `terminal` syntax. There is a limit of 10 term/terminal code blocks we'll render per annotation. From 4edad40a61a492260898e6936c46acd2909df30f Mon Sep 17 00:00:00 2001 From: Suma Naidu <79238214+nsuma8989@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:17:37 -0800 Subject: [PATCH 2/3] Update pages/agent/v3/cli_annotate.md Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com> --- pages/agent/v3/cli_annotate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/agent/v3/cli_annotate.md b/pages/agent/v3/cli_annotate.md index 294208852d..5a8e23a7be 100644 --- a/pages/agent/v3/cli_annotate.md +++ b/pages/agent/v3/cli_annotate.md @@ -112,7 +112,7 @@ p4 pt4 pr4 pb4 pl4 py4 px4 ### Colored console output -Console output in annotations can be displayed with ANSI colors when wrapped in a Markdown block marked as `term` or `terminal` syntax. There is a limit of 10 term/terminal code blocks we'll render per annotation. +Console output in annotations can be displayed with ANSI colors when wrapped in a Markdown block marked as `term` or `terminal` syntax. There is a limit of blocks per annotation. From 3e2c6d68402dc516322576199c5ddb329926679f Mon Sep 17 00:00:00 2001 From: Suma Naidu <79238214+nsuma8989@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:37:48 -0800 Subject: [PATCH 3/3] Update pages/agent/v3/cli_annotate.md Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com> --- pages/agent/v3/cli_annotate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/agent/v3/cli_annotate.md b/pages/agent/v3/cli_annotate.md index 5a8e23a7be..ad1dbb6d81 100644 --- a/pages/agent/v3/cli_annotate.md +++ b/pages/agent/v3/cli_annotate.md @@ -112,7 +112,7 @@ p4 pt4 pr4 pb4 pl4 py4 px4 ### Colored console output -Console output in annotations can be displayed with ANSI colors when wrapped in a Markdown block marked as `term` or `terminal` syntax. There is a limit of blocks per annotation. +Console output in annotations can be displayed with ANSI colors when wrapped in a Markdown block marked as `term` or `terminal` syntax. There is a limit of 10 blocks per annotation.