# Markdown and HTML disappears from solution after refresh

**URL:** https://meta.discourse.org/t/markdown-and-html-disappears-from-solution-after-refresh/143620
**Category:** Bug
**Tags:** solved
**Created:** [7 maart 2020 om 19:33 UTC](https://meta.discourse.org/t/markdown-and-html-disappears-from-solution-after-refresh/143620 "2020-03-07T19:33:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![seanblue](https://avatars.discourse-cdn.com/v4/letter/s/dc4da7/32.png) [@seanblue](https://meta.discourse.org/u/seanblue)
#### Post date: [7 maart 2020 om 19:33 UTC](https://meta.discourse.org/t/markdown-and-html-disappears-from-solution-after-refresh/143620/1 "2020-03-07T19:33:07Z")

</div>

I’m not sure if this is a bug, but at the very least it’s an odd inconsistency.

Take the following content as an example:  
` **one** *two* ~~three~~ <em>four</em> <kbd>five</kbd> <del>six</del> <ruby>seven<rt>eight</rt></ruby> nine<sup>ten</sup>`

Which renders as:  
**one** _two_ ~~three~~ _four_ five ~~six~~ seveneight nineten

* * *

When you mark a post as the solution, it immediately shows up with markdown and HTML in the first post:

 ![image](https://global.discourse-cdn.com/meta/original/3X/4/1/41cc8c9a8429fdd56345d6a165f079fa1a79c5bb.png)

However, after refresh it shows up without markdown or HTML:

![image](https://global.discourse-cdn.com/meta/original/3X/1/a/1a5a47f1976a46092e77696837f5b19a3c5a45b3.png)

If there are no significant downsides, showing the solution with the markdown and HTML in tact would be ideal. This is especially important for `ruby`, `sup`, and similar tags that have multiple components, as they look quite strange when the HTML is stripped.

---

<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: [24 augustus 2026 om 08:05 UTC](https://meta.discourse.org/t/markdown-and-html-disappears-from-solution-after-refresh/143620/2 "2026-08-24T08:05:39Z")

</div>

This is fixed now!

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/2/9/e29ca41218e9647569c1189ffe06f4e1566ad96b.png)

---

<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: [24 augustus 2026 om 08:05 UTC](https://meta.discourse.org/t/markdown-and-html-disappears-from-solution-after-refresh/143620/3 "2026-08-24T08:05:44Z")

</div>


