# Problem with preformatted text

**URL:** https://meta.discourse.org/t/problem-with-preformatted-text/66835
**Category:** Bug
**Created:** [2017年七月26日 06:54 UTC](https://meta.discourse.org/t/problem-with-preformatted-text/66835 "2017-07-26T06:54:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![evgeny-k](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/evgeny-k/32/78935_2.png) [@evgeny-k](https://meta.discourse.org/u/evgeny-k)
#### Post date: [2017年七月26日 06:54 UTC](https://meta.discourse.org/t/problem-with-preformatted-text/66835/1 "2017-07-26T06:54:24Z")

</div>

`Preformatted text` feature doesn’t work correctly in some case:

this fragment:

```plaintext
<h4>header</h4> 
`[body(x,y)]`

```

is shown with back quotes, i.e.

#### header
`[body(x,y)]`

---

<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: [2017年七月26日 08:07 UTC](https://meta.discourse.org/t/problem-with-preformatted-text/66835/2 "2017-07-26T08:07:00Z")

</div>

That’s correct per Commonmark spec

> **[commonmark.js demo](https://spec.commonmark.org/dingus/?text=%3Ch4%3Ebar%3C%2Fh4%3E%0A%60foo%60%0A)**

You need to add CRLF between those two paras.

---

<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: [2017年七月26日 08:07 UTC](https://meta.discourse.org/t/problem-with-preformatted-text/66835/3 "2017-07-26T08:07:03Z")

</div>


