mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
163be37dd6
The table writer used to only divide all available width evenly for all columns. In this update the code uses the incoming widths if they are available. If they are not set the earlier even distribution is used. Some of the golden templates are adjusted slightly because of different rounding when using the new calculation model. Closes #5706