border
rounded
foreground
white
before ConvertTo-TableCell, inline markdown in table cells rendered as raw text:
cell content
before
**bold**
**bold**
`code`
`code`
[link](url)
[link](https://url)
the slides after this one show what renders now.
style
example
rendered
bold
**critical**
critical
italic
_optional_
optional
bold italic
***both***
both
mixed
plain bold plain
plain bold plain
cells with backtick spans should render code styling, and markdown inside the code span must not leak formatting:
command
effect
Get-Process
lists processes
**not bold**
literal asterisks inside code
[not a link](x)
literal brackets inside code
in terminals with OSC 8 support (windows terminal, iterm2, ghostty, wezterm) links are clickable; elsewhere they render as plain display text:
link markdown
renders as
[@jeffhicks](https://techhub.social/@JeffHicks)
@jeffhicks
[Deck repo](https://github.com/jakehildreth/Deck)
Deck repo
kind
example
strikethrough
deprecated replaced
html color
online / offline
leading markers become bullets
a leading - or * (marker + space) in a cell is a bullet and renders as •. data like -5% (no space) stays literal:
metric
delta
note
cpu
- 5%
bullet
memory
* 12%
bullet
disk
-5%
literal, no space
endpoint
status
latency
notes
/api/users
200
42ms
healthy
/api/orders
429
1.2s
rate limited
/api/legacy
500
- n/a
see runbook