This topic created in 4668 days ago, the information mentioned may be changed or developed.
自己高亮自己。好像没有 {% highlight liquid %} 吧?
可以用 {% raw %},但是感觉不整洁。而且代码里不能有 {% raw %} 本身。。。
1 replies 1970-01-01 08:00:00 +08:00  | | 1 timonwong Jul 26, 2013 看起来Liquid语法跟django和jinja相似,不想定制的话直接用django/jinja的语法高亮就可以了 |