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
Post a Comment