mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 03:17:16 +00:00
9893fe8c65
This function performs a normalization of Pandoc documents. E.g., multiple successive spaces are collapsed, and tables are normalized such that all rows and columns contain the same number of cells. Closes: #10356