From 6fb8241efe2fd45656932bf611fafc859f55f4f1 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 14 Jan 2025 14:30:10 +0100 Subject: [PATCH] docs: fix rendering of outputs table `http` step (#3270) Signed-off-by: Hidde Beydals --- docs/docs/35-references/10-promotion-steps.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/35-references/10-promotion-steps.md b/docs/docs/35-references/10-promotion-steps.md index 662755278..848f8ad63 100644 --- a/docs/docs/35-references/10-promotion-steps.md +++ b/docs/docs/35-references/10-promotion-steps.md @@ -1560,13 +1560,11 @@ Assuming a `200` response with the following JSON body: The step would succeed and produce the following outputs: -```yaml | Name | Type | Value | |----------|------|-------| | `status` | `int` | `200` | | `fact1` | `string` | `Kittens have baby teeth, which are replaced by permanent teeth around the age of 7 months.` | | `fact2` | `string` | `Each day in the US, animal shelters are forced to destroy 30,000 dogs and cats.` | -```