From 37f6bef3d784219a29b17028d39fbeac4722cfd1 Mon Sep 17 00:00:00 2001 From: Nikki Everett Date: Thu, 19 Dec 2024 12:07:40 -0600 Subject: [PATCH] Table formatting how-to (#26599) ## Summary & Motivation Adds guidance on how to add line break and lists to Markdown tables. ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section. Signed-off-by: nikki everett --- docs/docs-beta/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs-beta/CONTRIBUTING.md b/docs/docs-beta/CONTRIBUTING.md index c0b8e52ba5712..3d446d91f5e60 100644 --- a/docs/docs-beta/CONTRIBUTING.md +++ b/docs/docs-beta/CONTRIBUTING.md @@ -102,6 +102,10 @@ After: | `DAGSTER_CLOUD_DEPLOYMENT_NAME` | The name of the Dagster+ deployment.

**Example:** `prod`. | | `DAGSTER_CLOUD_IS_BRANCH_DEPLOYMENT` | `1` if the deployment is a [branch deployment](/dagster-plus/features/ci-cd/branch-deployments/index.md). | +#### Line breaks and lists in tables + +[Use HTML](https://www.markdownguide.org/hacks/#table-formatting) to add line breaks and lists to tables. + ### Whitespace via `{" "}` Forcing empty space using the `{" "}` interpolation is not supported, and must be removed.