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?