Skip to content

grid_table: alignments missing #10853

@kysko

Description

@kysko

The following table:

+----+----+
| h1 | h2 |
+:==:+===:+
| A  | B  |
+----+----+

now converts to: (using -t markdown-simple_tables-pipe_tables-multiline_tables)

+----+----+
| h1 | h2 |
+====+====+
| A  | B  |
+----+----+

With pandoc 3.6.4 and before, the alignments were preserved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions