How to add extra space in Markdown?
- 03 Aug 2022
- 1 Minute zum Lesen
-
Mitwirkende
-
Drucken
-
DunkelLicht
-
pdf
How to add extra space in Markdown?
- Aktualisiert am 03 Aug 2022
- 1 Minute zum Lesen
-
Mitwirkende
-
Drucken
-
DunkelLicht
-
pdf
There is no German 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
War dieser Artikel hilfreich?