I've noticed that if I start a new paragraph right after an image, most renderers leave inadequate space between the image and the text below. The paragraph ends up looking like a legend. While this is useful when I do want to have a legend, sometimes I'd just like to insert an image in between two paragraphs, and have it adequately spaced below as above.
I correct this issue currently with:
Lorem ipsum dolor sit amet, consectetur adipiscing elit: [IMAGE] <br/><br/> Pellentesque pharetra turpis vitae velit consequat placerat. Duis sed volutpat neque, et scelerisque orci.
But this strikes me as inelegant: I would like to avoid the HTML if possible.
Is there another way to force a linebreak?
I'm using Markdown Preview Plus for Atom to render.
To do a line break in HTML, use the <br> tag. Simply place the tag wherever you want to force a line break. Since an HTML line break is an empty element, there's no closing tag. Below is an HTML file with a <p> and <br> element.
According to the Markdown Guide, in order to force a new line, you need to add 2 spaces at the end of the line, followed by the return key.
Line break in Markdown is "two or more spaces at the end of the line".
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