I try to style a code pre box with line numbers in front of each line. I prefer to do it with CSS only. This is what I have done
Hi you need to reset the counter on a previous / higher loaded item, check out https://jsfiddle.net/n2xkgt7s/2/ pre { counter-reset: line; }
pre { counter-reset: line; }