From c04064ffe6178474e1295aba1d2fa8f40e6c5e3f Mon Sep 17 00:00:00 2001 From: sholderbach Date: Sun, 22 Dec 2024 23:33:23 +0100 Subject: [PATCH] Fix command doc (newline stuff) Attempt to trigger the workflow --- commands/docs/ansi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/docs/ansi.md b/commands/docs/ansi.md index 723dff97d55..43c0fdc8640 100644 --- a/commands/docs/ansi.md +++ b/commands/docs/ansi.md @@ -146,4 +146,4 @@ Operating system commands: | -------------------------------------------------- | ------------------------------------------------------------------ | -------- | | [`ansi gradient`](/commands/docs/ansi_gradient.md) | Add a color gradient (using ANSI color codes) to the given string. | built-in | | [`ansi link`](/commands/docs/ansi_link.md) | Add a link (using OSC 8 escape sequence) to the given string. | built-in | -| [`ansi strip`](/commands/docs/ansi_strip.md) | Strip ANSI escape sequences from a string. | built-in | +| [`ansi strip`](/commands/docs/ansi_strip.md) | Strip ANSI escape sequences from a string. | built-in | \ No newline at end of file