How to add extra space in Markdown?
- 03 Aug 2022
- 1 Minuto para leer
-
Colaboradores
-
Impresión
-
OscuroLigero
-
PDF
How to add extra space in Markdown?
- Actualizado en 03 Aug 2022
- 1 Minuto para leer
-
Colaboradores
-
Impresión
-
OscuroLigero
-
PDF
There is no Spanish 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
¿Te ha sido útil este artículo?