Skip to content

pandoc grid tables support #987

@mipmip

Description

@mipmip

Request to support reading and writing pandoc grid tables syntax.

 +---------------+---------------+
 | Fruit         | Price         |
 +===============+===============+
 | Bananas       | $1.34         |
 +---------------+---------------+
 | Oranges       | $2.10         |
 +===============+===============+
 | Sum           | $3.44         |
 +===============+===============+

More information about this syntax can be found on the pandoc website in paragraph 8.9.4

It could be implemented just like sc-im supports markdown tables read/write.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions