Skip to content

Some characters break grid tables #9145

Open
@lggruspe

Description

@lggruspe

Explain the problem.

pandoc example.md -f markdown+grid_tables -s

The first table works just fine. The second table breaks even though the only difference is that some entries have additional diacritics (U+031E COMBINING DOWN TACK BELOW)

+-----------+-----------+-----------+-----------+-------+
| vowels    | front                 | central   | back  |
|           +-----------+-----------+           |       |
|           | unrounded | rounded   |           |       |
+===========+===========+===========+===========+=======+
| close     | i         | y         |           | u     |
+-----------+-----------+-----------+-----------+-------+
| mid       | e         | ø         |           | o     |
+-----------+-----------+-----------+-----------+-------+
| open      |           |           | ä         |       |
+-----------+-----------+-----------+-----------+-------+

+-----------+-----------+-----------+-----------+-------+
| vowels    | front                 | central   | back  |
|           +-----------+-----------+           |       |
|           | unrounded | rounded   |           |       |
+===========+===========+===========+===========+=======+
| close     | i         | y         |           | u     |
+-----------+-----------+-----------+-----------+-------+
| mid       || ø̞         |           ||
+-----------+-----------+-----------+-----------+-------+
| open      |           |           | ä         |       |
+-----------+-----------+-----------+-----------+-------+

Pandoc version?
pandoc 3.1.8, fedora 38

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions