# Incorrect bold text in message body

**URL:** https://meta.discourse.org/t/incorrect-bold-text-in-message-body/171968
**Category:** Support
**Created:** [December 2, 2020, 9:49am UTC](https://meta.discourse.org/t/incorrect-bold-text-in-message-body/171968 "2020-12-02T09:49:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![caiiiycuk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/caiiiycuk/32/201937_2.png) [@caiiiycuk](https://meta.discourse.org/u/caiiiycuk)
#### Post date: [December 2, 2020, 9:49am UTC](https://meta.discourse.org/t/incorrect-bold-text-in-message-body/171968/1 "2020-12-02T09:49:21Z")

</div>

He has 2 pages with exactly the same markdown, but one is displayed correctly, but another has a bold text body (which is wrong). Examples:

Example 1:

> **[Butt Slam!](https://talks.dos.zone/t/butt-slam/1922)**
>
> This marks the beginning of our discussion on the game ‘Butt Slam!!!’. We invite you to share your thoughts, experiences, and insights about it. Let’s delve into what makes this game stand out. Play in the browser

[https://talks.dos.zone/t/digger-may-06-1999-ru/9317](https://talks.dos.zone/t/digger-may-06-1999-ru/9317)

Example 2:

```plaintext
/t/arkanoid-nov-1988/520
/t/arkanoid-nov-1988-de/22764
/t/arkanoid-nov-1988-ru/7932

```

–

All non English pages has this problem.

### 2.7.0.beta1

(d1d87b6fa3f8279bb35d264c997d37a185aa75d9)

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [December 2, 2020, 1:28pm UTC](https://meta.discourse.org/t/incorrect-bold-text-in-message-body/171968/2 "2020-12-02T13:28:31Z")

</div>

Welcome to Meta @caiiiycuk 👋

You have two dashes under your text `--`

```plaintext
Аркадная игра Digger вы...
-- <---- this 

```

This is the [alternative syntax](https://www.markdownguide.org/basic-syntax/#alternate-syntax) for level 2 headings in markdown.

You can fix this by adding a new line break between the text and the dashes like so

```plaintext
Аркадная игра Digger вы...

-- 

```
