I'm using Jekyll with kramdown to make a static site and I noticed today that whenever I continued the same sentence to a new line, Jekyll is inserting a <br />
tag there. It never used to happen before.
Since all my markdown files don't cross the 80 char limit, the formatting of the final website looks like crap. Why is Jekyll doing this?
I've tested this behavior on Jekyll 1.5 to 2.2.
For me, this setup causes Kramdown to replace newlines by BRs.
kramdown:
input: GFM
This resolves it :
kramdown:
input: GFM
hard_wrap: false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With