How to add extra space in Markdown?
- 03 Aug 2022
- 1 Minute à lire
-
Contributeurs
-
Impression
-
SombreLumière
-
PDF
How to add extra space in Markdown?
- Mis à jour le 03 Aug 2022
- 1 Minute à lire
-
Contributeurs
-
Impression
-
SombreLumière
-
PDF
There is no French content available for this article, You are viewing the fallback version (English).
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
Cet article vous a-t-il été utile ?