markup.goldmark.renderer.hardWraps not working

You could setup your IDE to NOT remove whitespace in markdown files. Mine (IntelliJ) can do that :wink:

Other than that: adding three br’s looks a lot like you are trying to add a bottom margin to something. That is task of the “display” part of your website and this is done in CSS. Quite easy with margin-bottom: 1rem; for instance (change the 1rem).