# 如何添加多个空白/空段落？

**URL:** https://meta.discourse.org/t/how-to-add-multiple-blank-empty-paragraphs/116071
**Category:** Support
**Created:** [2019年四月26日 15:56 UTC](https://meta.discourse.org/t/how-to-add-multiple-blank-empty-paragraphs/116071 "2019-04-26T15:56:46Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mingogomes](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mingogomes/32/138315_2.png) [@mingogomes](https://meta.discourse.org/u/mingogomes)
#### Post date: [2019年四月26日 15:56 UTC](https://meta.discourse.org/t/how-to-add-multiple-blank-empty-paragraphs/116071/1 "2019-04-26T15:56:46Z")

</div>

Hey Community.

I wonder if there’s a way to increase the space between paragraphs.  
In the editor, even If I separate each line with more than one paragraph, in the post there’s only one line of blank space separating them.

The only way of doing this…  
[color=#fffff].[/color]  
[color=#fffff].[/color]  
[color=#fffff].[/color]  
[color=#fffff].[/color]  
[color=#fffff].[/color]

Is using dots and coloring them of white with a plugin.

Is there a way to do this by default?

Thanks

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [2019年四月26日 16:02 UTC](https://meta.discourse.org/t/how-to-add-multiple-blank-empty-paragraphs/116071/2 "2019-04-26T16:02:27Z")

</div>

You can use backslashes to add line breaks ([commonmark spec](https://commonmark.org/help/tutorial/03-paragraphs.html)). For example:

There’s a massive gap here ⏫

The markdown for that was:

```plaintext
\
\
\
\
\
There's a massive gap here :arrow_double_up: 

```

---

<div class="post-metadata">

### Author: ![mingogomes](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mingogomes/32/138315_2.png) [@mingogomes](https://meta.discourse.org/u/mingogomes)
#### Post date: [2019年四月26日 16:08 UTC](https://meta.discourse.org/t/how-to-add-multiple-blank-empty-paragraphs/116071/3 "2019-04-26T16:08:52Z")

</div>

> [@david](#):
>
> \

Thanks a lot David 😃

---

<div class="post-metadata">

### Author: ![SHilser](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shilser/32/142688_2.png) [@SHilser](https://meta.discourse.org/u/SHilser)
#### Post date: [2019年五月22日 10:56 UTC](https://meta.discourse.org/t/how-to-add-multiple-blank-empty-paragraphs/116071/4 "2019-05-22T10:56:36Z")

</div>

Hi David,  
a minor comment from my side, I used the mardown you suggested on my platform and I noticed some weird behaviour for me. I’m not sure this is a _bug_, or only a _limitation of commonmark_?

When the last backslash isn’t followed by regular text in the line right after, the last backslash `\` is shown instead of a rendered empty line. (see example below)

It happens when the last backslash…

> …is followed by an empty line (or a line with two empty spaces) before subsequent text starts  
>   
> \
> 
> subsequent text

> …is followed by blockquotes  
>   
> \
> 
> > text in a blockquote

> It doesn’t happen when followed by regular text  
>   
>   
> regular text

> **Here's the text/code I used**
>
> ```plaintext
> It happens when the last backslash...
> ...is followed by an empty line (or a line with two empty spaces) before subsequent text starts
> \
> \
>   
> subsequent text
> \
> \
> ...is followed by blockquotes
> \
> \
> > text
> 
> It doesn't happen when followed by regular text
> \
> \
> regular text
> 
> ```

Any ideas why this is the case?

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [2019年五月22日 12:41 UTC](https://meta.discourse.org/t/how-to-add-multiple-blank-empty-paragraphs/116071/5 "2019-05-22T12:41:15Z")

</div>

You can also use html, e.g.

```
<br>

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2019年六月21日 12:41 UTC](https://meta.discourse.org/t/how-to-add-multiple-blank-empty-paragraphs/116071/6 "2019-06-21T12:41:16Z")

</div>

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