Syntax highlighting on twitter bootstrap

后端 未结 3 1370
没有蜡笔的小新
没有蜡笔的小新 2021-02-07 09:05

I am trying to highlight some syntax using Google prettify but so far, its not working.



        
3条回答
  •  清酒与你
    2021-02-07 09:21

    EDIT: for twitter bootstrap 2.0.x, it works fine with 2.1.x

    Use the those 2 files instead of using the method describe in the doc.

    http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css

    http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js

    This works for me

    
    
    
    
    
    
    
    
    
    // Some source code
    class Foo {
        public int Bar { get; set; }
    }
    

提交回复
热议问题