Skip to content

Markdown table with empty row not rendered in JupyterLab #10

@stefansimik

Description

@stefansimik

I would like to report bug, where jupyterlab-quarto plugin
causes bad rendering of markdown table with empty row.

Everything was debugged also here: jupyterlab/jupyterlab#16593

Reproduce problem:

Table like this produces empty rendered markdown cell:

| Number | Variable | Description |
|--------|----------|-------------|
| 1      | CRIM     | asdf |
| 2      | ZN       | asdf |
| 3      | INDUS    | asdf |
| 4      | CHAS     | asdf |
|        |          |      |
| Target | MEDV     | adsf |

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions