mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-24 15:44:59 +08:00
The table foot is made part of the table body, as otherwise it won't show up in the output. The root cause for this is that longtable cannot detect page breaks in Beamer. Fixes: #8638