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">
<h1 class="test">This is a header</h1>
<p>This is a paragraph</p>
</code></pre>
Does anyone know what can cause this?
Found the issue. It had to do with setting list item to display:inline-block. Removing that fixed it.