mycpen

Mycpen

记录学习历程与受益知识
github
telegram
bilibili

02_Hexo-出錯排查-Nunjucks錯誤

Hexo 出錯排查#

一. Nunjucks 錯誤#

現象描述

未處理的拒絕 Nunjucks 錯誤:_posts/xxx.md [第 84 行,第 13 列] 未知的區塊標籤: 标签

image-20220829151147643

解決辦法

參考 https://hexo.io/docs/troubleshooting.html#Escape-Contents
https://blog.csdn.net/Calvin_zhou/article/details/109303640

泄露(Escape)內容

Hexo 使用 Nunjucks 來解析文章(舊版本使用 Swig,兩者語法類似),內容若包含 {{ }}{% %} 可能導致解析錯誤,您可以用 raw 標籤包裹,single backtick {{ }} 或 triple backtick 來避免潛在問題發生。
Alternatively, Nunjucks tags can be disabled through the renderer’s option (if supported), API or front-matter.

{% raw %}
Hello {{ world }}
{% endraw %}
```
Hello {{ world }}
```

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。