【发布时间】:2020-08-01 21:34:49
【问题描述】:
使用 JekyllRB/Rouge,如何突出显示(但不解释)markdown 文件中的 Liquid 代码?
IE:
我有一个降价文件:
Blah blah blah, my cool post... here's some code:
```liquid
{% assign variableName = 'test' %}
```
在生成的 HTML 中,我想查看实际代码,而不需要 Jekyll 在 markdown 文件中对其进行解释。
【问题讨论】: