# "Traditional markdown linebreaks" not reflected in preview

**URL:** https://meta.discourse.org/t/traditional-markdown-linebreaks-not-reflected-in-preview/31302
**Category:** Bug
**Created:** [7월 22, 2015, 1:50오후 UTC](https://meta.discourse.org/t/traditional-markdown-linebreaks-not-reflected-in-preview/31302 "2015-07-22T13:50:40Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![calmh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/calmh/32/115466_2.png) [@calmh](https://meta.discourse.org/u/calmh)
#### Post date: [7월 22, 2015, 1:50오후 UTC](https://meta.discourse.org/t/traditional-markdown-linebreaks-not-reflected-in-preview/31302/1 "2015-07-22T13:50:41Z")

</div>

When traditional markdown linebreaks are enabled, i.e. single line breaks are not significant, this is not reflected in the preview window in the composer. That is, text entered as

```plaintext
This is some text
with a line break

```

is shown in the preview as

> This is some text  
> with a line break

but when actually posted results in

> This is some text with a line break

as expected.

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [7월 22, 2015, 3:26오후 UTC](https://meta.discourse.org/t/traditional-markdown-linebreaks-not-reflected-in-preview/31302/2 "2015-07-22T15:26:24Z")

</div>

I had that happen with code earlier too, and I kept looking over it multiple times wondering what I was doing wrong.

---

<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: [7월 22, 2015, 8:42오후 UTC](https://meta.discourse.org/t/traditional-markdown-linebreaks-not-reflected-in-preview/31302/3 "2015-07-22T20:42:38Z")

</div>

Ah yes this is a legit bug, we should respect the site setting in the preview.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [7월 3, 2017, 3:20오후 UTC](https://meta.discourse.org/t/traditional-markdown-linebreaks-not-reflected-in-preview/31302/4 "2017-07-03T15:20:41Z")

</div>

FYI: I just verified it and it’s fixed with our newest markdown engine 😉

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [7월 3, 2017, 4:08오후 UTC](https://meta.discourse.org/t/traditional-markdown-linebreaks-not-reflected-in-preview/31302/5 "2017-07-03T16:08:59Z")

</div>


