Home

Published

- 1 min read

insert blank line markdown

img of insert blank line markdown

The solution for this is noted below

insert blank line markdown

Solution

   The non-breaking space ASCII character   (followed by a blank line) 
would give a blank line. 
Repeating this pair would do the job.

Example

Hello

 

world

The source answer
https://stackoverflow.com/questions/20543454/create-two-blank-lines-in-markdown

Try other methods by searching on the site. That is if this doesn’t work