How to add line numbers to all lines in Google Prettify?

后端 未结 3 1787
小鲜肉
小鲜肉 2020-12-24 01:06

I am using prettify:

  some code

It works but the line number show every 5 lines an

3条回答
  •  粉色の甜心
    2020-12-24 02:08

    Solution

    Instead of modifying the CSS you can simply add in a line of CSS to achieve the desired behavior:

      
    

    Example

    A full example might have the code below. View results via jsfiddle or see below

    
    
        
    
    
     foo
     bar
     bis
     sed
     awk
     cat
    

提交回复
热议问题