Skip to content

Commit

Permalink
Table formatting how-to (#26599)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
neverett authored Dec 19, 2024
1 parent 898ce98 commit 37f6bef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs-beta/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ After:
| `DAGSTER_CLOUD_DEPLOYMENT_NAME` | The name of the Dagster+ deployment. <br/><br/> **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.
Expand Down

1 comment on commit 37f6bef

@github-actions
Copy link

@github-actions github-actions bot commented on 37f6bef Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-beta ready!

✅ Preview
https://dagster-docs-beta-1p38a48ez-elementl.vercel.app

Built with commit 37f6bef.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.