Skip to content

Column alignment for table block when pasting Markdown #69319

@stronenv

Description

@stronenv

What problem does this address?

When pasting a Markdown table into the editor, it converts to a table block. However the column text alignment is not carried over.

| A - Left | B - Centered | C - Right | D - None |
| :------- | :----------: | --------: | -------- |
| 100      |     150      |       200 | 250      |
| 200      |     250      |       300 | 350      |
| 300      |     350      |       400 | 450      |
| 400      |     450      |       500 | 550      |
| 500      |     550      |       600 | 650      |

What is your proposed solution?

Carry over/convert Markdown column alignments (:--, :--:, --:) to the Table block setting's column alignment.

Metadata

Metadata

Assignees

No one assigned

    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