# Text edition jump more line

**URL:** https://meta.discourse.org/t/text-edition-jump-more-line/267899
**Category:** Support
**Created:** [June 10, 2023, 4:03pm UTC](https://meta.discourse.org/t/text-edition-jump-more-line/267899 "2023-06-10T16:03:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Wil34](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wil34/32/310748_2.png) [@Wil34](https://meta.discourse.org/u/Wil34)
#### Post date: [June 10, 2023, 4:03pm UTC](https://meta.discourse.org/t/text-edition-jump-more-line/267899/1 "2023-06-10T16:03:11Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [June 10, 2023, 4:30pm UTC](https://meta.discourse.org/t/text-edition-jump-more-line/267899/2 "2023-06-10T16:30:19Z")

</div>

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

```html
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:

```html
here is some text
\
\
\
here is more text

```

to give this:

here is some text  
  
  
  
here is more text

---

<div class="post-metadata">

### Author: ![Wil34](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wil34/32/310748_2.png) [@Wil34](https://meta.discourse.org/u/Wil34)
#### Post date: [June 10, 2023, 8:43pm UTC](https://meta.discourse.org/t/text-edition-jump-more-line/267899/3 "2023-06-10T20:43:48Z")

</div>

> [@Lilly](#):
>
> ```plaintext
> here is some text
> \
> \
> \
> here is more text
> 
> ```

It’s perfect !

Thanks ser

---

<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: [July 10, 2023, 8:44pm UTC](https://meta.discourse.org/t/text-edition-jump-more-line/267899/4 "2023-07-10T20:44:35Z")

</div>

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