It’s not working on two different browsers. All I see is tags on your latest post, It’s fixed in 2195
Here’e a sample
////
h2 class=”gem-c-contents-list__title”>Contents</h2>
<ol class=”gem-c-contents-list__list”
“
At the start of the htlm code, a < symbol is missing in front of the h2 in the following lines. Those symbols are like bookends around codes so you need two - even if they put so much code inside a pair that it's hard to find, there has to be two. So here's the line of code with the missing < inserted:
<h2 class=”gem-c-contents-list__title”>Contents</h2>