mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-12 18:45:58 +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.