Answers for "insert blank line markdown"

0

insert blank line markdown

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
Posted by: Guest on April-01-2022

Browse Popular Code Answers by Language