تحرير النص يقفز سطرًا إضافيًا

Hello,

Stupid question so I can’t find the solution…

How can I put more spaces than a single line break in the post editor?

I’ve had a look at the Markdown tutorial, but still nothing.

I would like more space between two paragraph.

Can you please help me?

إعجاب واحد (1)

hi @Wil34 you can use the line break html code <br> like this

here is some text
<br><br><br>
here is more text

which produces this:

here is some text




here is more text

or the commonmark \ in similar way:

here is some text
\
\
\
here is more text

to give this:

here is some text



here is more text

إعجابَين (2)

It’s perfect !

Thanks ser

إعجاب واحد (1)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.