Back to Zulip

TablesExamples

starlight_help/src/content/include/_TablesExamples.mdx

12.0531 B
Original Source

import ZulipTip from "../../components/ZulipTip.astro";

What you type

|| yes | no | maybe
|---|---|:---:|------:
| A | left-aligned | centered | right-aligned
| B |     extra      spaces      |  are |  ok
| C | **bold** *italic* ~~strikethrough~~  :smile:  ||
<ZulipTip> The initial pipes (`|`) are optional if every entry in the first column is non-empty. The header separators (`---`) must be at least three dashes long. </ZulipTip>

What it looks like