# Word-wrap or line length oddities

**URL:** https://meta.discourse.org/t/word-wrap-or-line-length-oddities/53907
**Category:** UX
**Created:** [12월 7, 2016, 8:31오전 UTC](https://meta.discourse.org/t/word-wrap-or-line-length-oddities/53907 "2016-12-07T08:31:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![JagWaugh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagwaugh/32/69335_2.png) [@JagWaugh](https://meta.discourse.org/u/JagWaugh)
#### Post date: [12월 7, 2016, 8:31오전 UTC](https://meta.discourse.org/t/word-wrap-or-line-length-oddities/53907/1 "2016-12-07T08:31:10Z")

</div>

There seems to be an oddity with how Discourse handles wrapping on emailed replies. Under certain conditions the reply appears with wide line length and presents a scroll bar. This isn’t really a bug as the text is all there, but I wouldn’t exactly call it a feature either. Is there some way I can make the replies conform to the way an online response appears?

Here is an example, one user (Frank\_Andersen) has replied online and via email, note how his email response appears:

> **[Mystery Wire: 72 XJ6](https://forums.jag-lovers.com/t/mystery-wire-72-xj6/348990/7)**
>
> George\_Camp December 3 Frank it is but 2 points--he says his are faded and many times the wire appears orange--he obviously does not have a wire chart and the size of the wire suggests heavy current. So what do you think it is to help him? ...

I suppose I could a cat herders edict about how the users should configure their email, but I’m not really into that game, and neither are the cats.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [12월 7, 2016, 1:21오후 UTC](https://meta.discourse.org/t/word-wrap-or-line-length-oddities/53907/2 "2016-12-07T13:21:30Z")

</div>

The problem is that 4 spaces (or more) at the start of a line is the code delimiter in markdown, look at the raw text: [https://forums.jag-lovers.com/raw/348990/7](https://forums.jag-lovers.com/raw/348990/7)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [12월 7, 2016, 11:10오후 UTC](https://meta.discourse.org/t/word-wrap-or-line-length-oddities/53907/3 "2016-12-07T23:10:07Z")

</div>

Learn more about markdown at [Markdown Reference](https://commonmark.org/help)
