# Code not well formatted in forum messages

**URL:** https://forums.concretecms.org/t/code-not-well-formatted-in-forum-messages/784
**Category:** Site Feedback
**Created:** [August 17, 2021, 12:46pm UTC](https://forums.concretecms.org/t/code-not-well-formatted-in-forum-messages/784 "2021-08-17T12:46:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mlocati](https://forums.concretecms.org/user_avatar/forums.concretecms.org/mlocati/32/6208_2.png) [@mlocati](https://forums.concretecms.org/u/mlocati)
#### Post date: [August 17, 2021, 12:46pm UTC](https://forums.concretecms.org/t/code-not-well-formatted-in-forum-messages/784/1 "2021-08-17T12:46:10Z")

</div>

Consider this message: [Concrete 9.0 Release Candidate 2 Now Available! - #10 by mlocati](https://forums.concretecms.org/t/concrete-9-0-release-candidate-2-now-available/655/10)

In that message I wrote some code. Usually code is rendered with a monospace font.  
BTW we have a CSS rule like this:

```css
#main-outlet * {
    font-size: 16px !important;
    font-family: "Noto Sans" !important;
    text-transform: none !important;
}

```

this rule forces the code to use the same font as the “normal” text.

---

<div class="post-metadata">

### Author: ![mlocati](https://forums.concretecms.org/user_avatar/forums.concretecms.org/mlocati/32/6208_2.png) [@mlocati](https://forums.concretecms.org/u/mlocati)
#### Post date: [August 17, 2021, 12:46pm UTC](https://forums.concretecms.org/t/code-not-well-formatted-in-forum-messages/784/2 "2021-08-17T12:46:34Z")

</div>

You can see the issue in the above message too

---

<div class="post-metadata">

### Author: ![Myq](https://forums.concretecms.org/user_avatar/forums.concretecms.org/myq/32/4281_2.png) [@Myq](https://forums.concretecms.org/u/Myq)
#### Post date: [September 9, 2021, 6:14am UTC](https://forums.concretecms.org/t/code-not-well-formatted-in-forum-messages/784/3 "2021-09-09T06:14:57Z")

</div>

Thanks for reporting. There’s a ticket for it already, but I’m not sure when it will be fixed. We also need to get the back ticks to stop being treated as combining diacritics…

If you’re feeling ambitious, the repository is here: [https://github.com/concrete5/discourse\_concretecms\_theme](https://github.com/concrete5/discourse_concretecms_theme) 🙂

---

<div class="post-metadata">

### Author: ![mlocati](https://forums.concretecms.org/user_avatar/forums.concretecms.org/mlocati/32/6208_2.png) [@mlocati](https://forums.concretecms.org/u/mlocati)
#### Post date: [September 24, 2021, 3:28pm UTC](https://forums.concretecms.org/t/code-not-well-formatted-in-forum-messages/784/4 "2021-09-24T15:28:02Z")

</div>

See [https://github.com/concrete5/discourse\_concretecms\_theme/pull/14](https://github.com/concrete5/discourse_concretecms_theme/pull/14)
