• This is a great plugin.
    1. The code looks just like it does in Visual Studio (theme: vs2015)

    2. It improves performance in two ways:
    -generates html on the server-side, instead of rendering on the client-side. This is the main reason i looked into getting a different syntax highlighting plugin. I use a caching plugin, so it annoyed me that it was doing pointless client-side rendering.
    -the generated html is 3x smaller than the other plugin i was using. So the payload is smaller, and it’s simply less work for the browser to paint.

    3. It’s simple. You just built-in Code block and change the language after you paste.

    4. It has line wrapping. My current plugin doesn’t have this, so it puts scroll bars on the code (looks bad)

    Great job with this plugin!

  • The topic ‘Looks great, awesome performance, and is simple’ is closed to new replies.