From 877712a9fd2da609a952bcb51a159e1223999f45 Mon Sep 17 00:00:00 2001 From: nikki everett Date: Thu, 19 Dec 2024 11:34:51 -0600 Subject: [PATCH] table formatting how-to 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.