Skip to content

Commit 37f6bef

Browse files
authored
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 <[email protected]>
1 parent 898ce98 commit 37f6bef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs-beta/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ After:
102102
| `DAGSTER_CLOUD_DEPLOYMENT_NAME` | The name of the Dagster+ deployment. <br/><br/> **Example:** `prod`. |
103103
| `DAGSTER_CLOUD_IS_BRANCH_DEPLOYMENT` | `1` if the deployment is a [branch deployment](/dagster-plus/features/ci-cd/branch-deployments/index.md). |
104104

105+
#### Line breaks and lists in tables
106+
107+
[Use HTML](https://www.markdownguide.org/hacks/#table-formatting) to add line breaks and lists to tables.
108+
105109
### Whitespace via `{" "}`
106110

107111
Forcing empty space using the `{" "}` interpolation is not supported, and must be removed.

0 commit comments

Comments
 (0)