How can I use Prettify with Blogger/BlogSpot?

前端 未结 11 2032
轮回少年
轮回少年 2020-12-07 09:58

I\'m using blogger.com to host some texts on programming, and I\'d like to use Prettify (same as Stack Overflow) to nicely colour the code samples.

How do I ins

11条回答
  •  失恋的感觉
    2020-12-07 10:15

    cdnjs providing the library "SyntaxHighlighter"

    got to blogger >> template >> edit template add below code just before ending of the body tag and save template.
    I have given Example for python.
    you can link the other language script files from cdnjs. syntax highlight code

        print("hello world")
    

    for other languages go and copy script: https://cdnjs.com/libraries/SyntaxHighlighter

    
    
    
    

提交回复
热议问题