github - 如何让Jekyll支持Markdown的代码块格式
怪我咯
怪我咯 2017-04-24 09:12:56
0
3
735

Jekyll写博文时,默认的代码块格式为:

{% highlight javascript %}
var a = 1;
var b = 2;
var c = a + b;
{% endhighlight %}

怎样配置才能让它支持Markdown的代码块格式,即:

"ruby
var a = 1;
var b = 2;
var c = a + b;
"

怪我咯
怪我咯

走同样的路,发现不同的人生

répondre à tous(3)
阿神

Configurer dans _config.yml

markdown: kramdown

kramdown:
  input: GFM
大家讲道理

Pour autant que je sache, le markdown est pris en charge par défaut
Vous pouvez configurer markdown : kramdown dans _config.xml. Les analyseurs Markdown incluent kramdown, rdiscount, redcarpet, etc.

阿神

Vous mettez trois backticks sur une ligne distincte

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!