Hello
Member of the Hugo team here. Currently testing Goldmark as the new default in Hugo 0.60.0 DEV.
Apparently hard line breaks as specified in Commonmark 0.29 are not rendered by Golmark for markdown files with Windows-style line endings.
In a collaborative project that I maintain files can be edited by other team members on Windows.
Typically we use two spaces for a line break.
But I only managed to render the line break after using dos2unix to convert the line endings from DOS to UNIX like so: dos2unix some-file.md.
cc: @bep