8000 grid_table: alignments missing · Issue #10853 · jgm/pandoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
grid_table: alignments missing #10853
Closed
Closed
@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

      0