Problem
The current code fence syntax for referencing marimo-live cells looks awkward when there's no inline code:
```marimo-live cell=plot_chart
```
An empty code block just to reference a cell is visually noisy.
Proposal
Add a component syntax for cell references:
<MarimoCell cell="plot_chart" />
or by index:
Benefits
- Cleaner one-liner syntax
- More Vue-like, fits naturally in Slidev markdown
- Could support both syntaxes: code fences for inline Python, component for references
Problem
The current code fence syntax for referencing marimo-live cells looks awkward when there's no inline code:
An empty code block just to reference a cell is visually noisy.
Proposal
Add a component syntax for cell references:
or by index:
Benefits