# Multiple \<sup\>'s in cooked post don't work

**URL:** <https://meta.discourse.org/t/multiple-sup-s-in-cooked-post-dont-work/28142>\
**Category:** Bug\
**Created:** [April 30, 2015, 2:34pm UTC](https://meta.discourse.org/t/multiple-sup-s-in-cooked-post-dont-work/28142 "2015-04-30T14:34:51Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![JazzyJosh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jazzyjosh/32/122515_2.png) [@JazzyJosh](https://meta.discourse.org/u/JazzyJosh)\
**Post date:** [April 30, 2015, 2:34pm UTC](https://meta.discourse.org/t/multiple-sup-s-in-cooked-post-dont-work/28142/1 "2015-04-30T14:34:51Z")

</div>

This does not work cooked

However, if you preview, it renders correctly.

.topic-body sup sup{top:0} seems to be the problem.

Really, that class shouldn’t exist, because you’re breaking the functionality of \<sup\>

---

<div class="post-metadata">

**Author:** ![RaceProUK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/raceprouk/32/115844_2.png) [@RaceProUK](https://meta.discourse.org/u/RaceProUK)\
**Post date:** [April 30, 2015, 5:07pm UTC](https://meta.discourse.org/t/multiple-sup-s-in-cooked-post-dont-work/28142/2 "2015-04-30T17:07:48Z")

</div>

You know that was done because we used `<sup>` because we kept using it to make content flow outside the post, into the one above, right? 😉

But I do agree it should have been handled in a way that preserves the behaviour of `<sup>`

---

<div class="post-metadata">

**Author:** ![JazzyJosh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jazzyjosh/32/122515_2.png) [@JazzyJosh](https://meta.discourse.org/u/JazzyJosh)\
**Post date:** [April 30, 2015, 5:11pm UTC](https://meta.discourse.org/t/multiple-sup-s-in-cooked-post-dont-work/28142/3 "2015-04-30T17:11:32Z")

</div>

I think at about the fifth level it should stop because it gets small enough to not be readable.

And either way, the preview should match the cooked version.

---

<div class="post-metadata">

**Author:** ![elberet](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elberet/32/122404_2.png) [@elberet](https://meta.discourse.org/u/elberet)\
**Post date:** [April 30, 2015, 9:08pm UTC](https://meta.discourse.org/t/multiple-sup-s-in-cooked-post-dont-work/28142/4 "2015-04-30T21:08:15Z")

</div>

Yeah, the selector is off the mark, I think.

[https://github.com/discourse/discourse/pull/3418](https://github.com/discourse/discourse/pull/3418)

---

<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:** [May 1, 2015, 8:10am UTC](https://meta.discourse.org/t/multiple-sup-s-in-cooked-post-dont-work/28142/5 "2015-05-01T08:10:18Z")

</div>


