# A setting to always insert images as separate paragraphs

**URL:** https://meta.discourse.org/t/a-setting-to-always-insert-images-as-separate-paragraphs/138769
**Category:** Feature
**Created:** [16 בינואר,‏ 2020,‏ 4:55am UTC](https://meta.discourse.org/t/a-setting-to-always-insert-images-as-separate-paragraphs/138769 "2020-01-16T04:55:30Z")
**Posts on this page:** 1
**Showing post:** 16

<div class="post-metadata">

### Author: ![andrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/andrei/32/205142_2.png) [@andrei](https://meta.discourse.org/u/andrei)
#### Post date: [30 באפריל,‏ 2021,‏ 9:47am UTC](https://meta.discourse.org/t/a-setting-to-always-insert-images-as-separate-paragraphs/138769/16 "2021-04-30T09:47:04Z")

</div>

It’s implemented as default behavior, not as a setting. When uploading images from a device:

 ![Screenshot 2021-04-30 at 13.39.07](https://global.discourse-cdn.com/meta/original/3X/a/c/ac45ee1fed49ed213de2dc72dd2ce0f9d23305e1.png)

- we add a newline before an image if a cursor is on a nonblank line
- we always add a newline after images
- we add a newline between images when uploading several images

The important detail is that we always add _one_, not two newlines.

It’s merged now:  
[https://github.com/discourse/discourse/pull/12895](https://github.com/discourse/discourse/pull/12895)

---

_[View the full topic](https://meta.discourse.org/t/a-setting-to-always-insert-images-as-separate-paragraphs/138769)._
