文本编辑增加更多行

你好,

愚蠢的问题,所以我找不到解决方案……

如何在帖子编辑器中放置比单行中断更多的空格?

我看了一下 Markdown 教程,但仍然一无所获。

我想在两个段落之间留出更多空间。

你能帮帮我吗?

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 个赞

太棒了!

谢谢你,ser

1 个赞

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