mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 14:15:40 +00:00
* LaTeX: Load `parskip` before `hyperref`. According to `hyperref` package's `README.pdf`, page 22, `hyperref` package should be loaded after `parskip` package. * Adjust tests for previous change.