Jekyll - Highlighter on Aviator Theme? -


im unsure highlighting system being used on: https://github.com/cloudcannon/aviator-jekyll-theme

it uses code like:

``` json [ {   "id": 1,   "title": "the hunger games",   "score": 4.5,   "dateadded": "12/12/2013" }, {   "id": 1,   "title": "the hunger games",   "score": 4.7,   "dateadded": "15/12/2013" }, ] ``` 

but code like:

``` c++ ``` 

doesnt seem work. cant find css or js references confusing me heavily.

aviator uses default jekyll syntax highlighter - rouge. haven't tried if use cpp instead of c++ might work.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -