Create line numbers on pre with CSS only

后端 未结 3 636
长情又很酷
长情又很酷 2020-11-28 21:55

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

3条回答
  •  一生所求
    2020-11-28 22:36

    Hi you need to reset the counter on a previous / higher loaded item, check out https://jsfiddle.net/n2xkgt7s/2/ pre { counter-reset: line; }

提交回复
热议问题