Skip to content

format: revealjs: pipe table renders as [Table] placeholder #251

@cderv

Description

@cderv

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions