Skip to content

native table support #150

@cooper

Description

@cooper

I half-fixed Markdown table rendering at #111, but text formatting within the table is wrongly using quiki markup now:

Image

we need native support for tables. that would fix this, plus it's a necessary feature. it can be implemented as a block.

concept

table [ Column 1; Column 2 ]{
    [ Row 1 Col 1; Row 1 Col 2 ];
    [ Row 2 Col 1; Row 2 Col 2 ];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockideas for quiki markup blocks

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions