Skip to content

Markdown Tables cannot merge cells both horizontally and vertically #8864

@IStr666

Description

@IStr666

With Markdown tables you can:

  • merge cells vertically using ^
  • merge cells horizontally by using ||
  • but if you try to do both the finished table is wrong.

e.g.

| Cell1| Cell2 | Cell3 |
|------|-------|-------|
| merge right ||       |
| merge|       |       |
| below|^      |^      |
| merge both  || value1|
|^            || value2|

Capture

Screenshot taken from Firefox 93.0 on Windows 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    MarkdownMarkdown translation input related issuebug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions