mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
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