-
Print
-
DarkLight
-
PDF
How to add extra space in Markdown?
In Markdown, you can add space between two lines by pressing Enter/Return key. However, this action would add only one empty line. If you want to add extra space between two lines, you can follow the below workaround steps.
Solution
- Go to the desired Markdown article in the editor
- Paste the below code in the location where you want extra space
</br>
- If you want to add more space, you can add the same code multiple times as per your requirement
Outcome
Line 1
Line 2
Was this article helpful?