Jekyll - 飞行员主题荧光笔?

时间:2016-11-06 05:03:44

标签: jekyll

我不确定正在使用哪个突出显示系统:https://github.com/CloudCannon/Aviator-Jekyll-Theme

它使用如下代码:

``` 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"
},
]
```

但代码如下:

``` c++
```

似乎不起作用。 无法找到任何CSS或JS引用任何东西,所以它让我很困惑。

1 个答案:

答案 0 :(得分:0)

Aviator使用默认的Jekyll语法高亮显示器 - Rouge。我没有尝试过这个但是如果你使用cpp代替c ++它可能会有效。