mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 18:26:36 +00:00
In recent versions the table headers were no longer bottom-aligned (if more than one line). This patch fixes that by using minipages for table headers in non-simple tables. Closes #7347.