For some reason, my line numbers won't show. Is this a known issue? Code coloring works fine. It's just the line numbers that won't show

HTML

<pre class="prettyprint linenums"><code class="language-html">
    &lt;h1 class="test"&gt;This is a header&lt;/h1&gt;
    &lt;p&gt;This is a paragraph&lt;/p&gt;
</code></pre>

Does anyone know what can cause this?

link|improve this question

I found that question as well, but it didn't solve my problem. – Kriem Jan 23 at 9:49
feedback

1 Answer

up vote 0 down vote accepted

Found the issue. It had to do with setting list item to display:inline-block. Removing that fixed it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.