mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-01 14:11:03 +00:00
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