Skip to content

Simple tables incorrectly rendered in markdown cell output #702

Open
@cpita-mutt

Description

@cpita-mutt

Bug description

Latest versions of the vscode extension cover some pandoc markdown special syntaxes in jupyter notebooks. One exception are simple markdown tables. Given that AFAICS they are not documented in https://quarto.org/docs/authoring/tables.html, perhaps they are not intended to be part of quarto markdown, but this example produces them and they are correctly rendered in the preview panel (not the cell output), so if that were the case the situation is a bit misleading.

Steps to reproduce

Create a notebook, add a markdown cell with:

  Right     Left     Center     Default
-------     ------ ----------   -------
     12     12        12            12
    123     123       123          123
      1     1          1             1

and execute it.

Actual behavior

Image

Expected behavior

A correctly formed table, perhaps not a final rendering as:

Image

Your environment

  • IDE: VSCode 1.99.3 & Positron 2025.04.0
  • macOS Sequoia 15.1
  • Quarto Extension 1.121.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions