From fdd93e506ea40d922c1fd9d564b49053445d31a2 Mon Sep 17 00:00:00 2001 From: "hexo-crowdin[bot]" <159447924+hexo-crowdin[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 17:31:23 +0900 Subject: [PATCH] l10n(zh-CN): New translations from Crowdin (#2321) Co-authored-by: hexo-crowdin[bot] <159447924+hexo-crowdin[bot]@users.noreply.github.com> --- source/zh-cn/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/zh-cn/docs/troubleshooting.md b/source/zh-cn/docs/troubleshooting.md index 43f0164de6..e8075a586e 100644 --- a/source/zh-cn/docs/troubleshooting.md +++ b/source/zh-cn/docs/troubleshooting.md @@ -258,7 +258,7 @@ Template render error: (unknown path) {% endcodeblock %} ``` - - 在标签插件中有类似于 Nunjucks 的语法,例如 [`{#`](https://mozilla.github.io/nunjucks/templating.html#comments). 此示例的一个解决方法是使用 [triple backtick](/docs/tag-plugins#Backtick-Code-Block)。 [转义内容](/docs/troubleshooting#Escape-Contents) 部分有更多详细信息。 + - 在标签插件中有类似于 Nunjucks 的语法,例如 [`{% raw %} {# {% endraw %}`](https://mozilla.github.io/nunjucks/templating.html#comments)。 此示例的一个解决方法是使用 [triple backtick](/docs/tag-plugins#Backtick-Code-Block)。 [转义内容](/docs/troubleshooting#Escape-Contents) 部分有更多详细信息。 ``` {% codeblock lang:bash %}