Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Pandoc grid tables alignement not working! #64

@robinrosenstock

Description

@robinrosenstock

from:

+----------------------+-------+
| longlonglonglongName | Phone |
+======================+=======+
| test                 | test  |
|                      |       |

when inserting a colon : in the header and let reformat the (for example with tab) table,
then it will autocomplete to:

+-------------------------+---------+
| longlonglonglongName    | Phone   |
| ======================: | ======= |
| test                    | test    |
|                         |         |

which is false, because the + are converted to | and additional spaces are inserted.
This is not working when using pandoc to format the tables

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