Pipe tables in a format: revealjs document show as [Table] in the hub preview. The Table AST node has no renderer in the React pipeline — renderBlock in ReactAstSlideRenderer.tsx has no case 'Table'.
Minimal example:
---
format: revealjs
---
## My slide
| Col 1 | Col 2 |
|---|---|
| A | B |
Expected: rendered table. Actual: [Table].
Likely affects format: q2-slides too since both use renderBlock from the same file.
Pipe tables in a
format: revealjsdocument show as[Table]in the hub preview. TheTableAST node has no renderer in the React pipeline —renderBlockinReactAstSlideRenderer.tsxhas nocase 'Table'.Minimal example:
Expected: rendered table. Actual:
[Table].Likely affects
format: q2-slidestoo since both userenderBlockfrom the same file.