diff --git a/source/docs/troubleshooting.md b/source/docs/troubleshooting.md index d921ec3b7e..dbdf2b0aac 100644 --- a/source/docs/troubleshooting.md +++ b/source/docs/troubleshooting.md @@ -136,7 +136,7 @@ When you can't get any command except `help`, `init` and `version` to work and y ## Escape Contents -Hexo uses [Nunjucks] to render posts ([Swig] was used in older version, which share a similar syntax). Content wrapped with `{{ }}` or `{% %}` will get parsed and may cause problems. You can skip the parsing by wrapping it with the [`raw`](/docs/tag-plugins#Raw) tag plugin, single backtick ```` `{{ }}` ```` or triple backtick. +Hexo uses [Nunjucks] to render posts ([Swig] was used in older version, which share a similar syntax). Content wrapped with `{{ }}` or `{% %}` will get parsed and may cause problems. You can skip the parsing by wrapping it with the [`raw`](/docs/tag-plugins#Raw) tag plugin, single backtick ```` `{{ }}` ```` or triple backtick. Alternatively, Nunjucks tags can be disabled by the [renderer](/api/renderer#Disable-Nunjucks-tags) or [manually disabled](/api/rendering#Disable-Nunjucks-tags) by the user. ``` {% raw %} diff --git a/source/ko/docs/troubleshooting.md b/source/ko/docs/troubleshooting.md index 4eb3e65b62..f7e3600608 100644 --- a/source/ko/docs/troubleshooting.md +++ b/source/ko/docs/troubleshooting.md @@ -111,7 +111,7 @@ $ hexo clean ## Escape Contents -Hexo는 포스트를 렌더링하는데 [Nunjucks]를 사용합니다([Swig]은 이전 버전에서 사용했었습니다. 문법은 비슷합니다.). `{{ }}` 또는 `{% %}`로 감싼 컨텐츠는 파싱된 후에 문제를 발생시킵니다. You can skip the parsing by wrapping it with the [`raw`](/docs/tag-plugins#Raw) tag plugin, single backtick ```` `{{ }}` ```` or triple backtick. +Hexo는 포스트를 렌더링하는데 [Nunjucks]를 사용합니다([Swig]은 이전 버전에서 사용했었습니다. 문법은 비슷합니다.). `{{ }}` 또는 `{% %}`로 감싼 컨텐츠는 파싱된 후에 문제를 발생시킵니다. You can skip the parsing by wrapping it with the [`raw`](/docs/tag-plugins#Raw) tag plugin, single backtick ```` `{{ }}` ```` or triple backtick. Alternatively, Nunjucks tags can be disabled by the [renderer](/api/renderer#Disable-Nunjucks-tags) or [manually disabled](/api/rendering#Disable-Nunjucks-tags) by the user. ``` {% raw %} diff --git a/source/pt-br/docs/troubleshooting.md b/source/pt-br/docs/troubleshooting.md index bae6fb5aa6..76c9c70566 100644 --- a/source/pt-br/docs/troubleshooting.md +++ b/source/pt-br/docs/troubleshooting.md @@ -122,7 +122,7 @@ Quando você não consegue executar nenhum comando do Hexo, com exceção de `he ## Conteúdo Escapando -O Hexo usa [Nunjucks] para renderizar posts ([Swig] foi usado na versão mais antiga, que compartilha uma sintaxe semelhante). O conteúdo delimitado com `{{ }}` ou `{% %}` será "parseado" e pode causar problemas. Você pode empacotar um conteúdo sensível com a tag plugin [`raw`](/docs/tag-plugins#Raw), single backtick ```` `{{ }}` ```` or triple backtick. +O Hexo usa [Nunjucks] para renderizar posts ([Swig] foi usado na versão mais antiga, que compartilha uma sintaxe semelhante). O conteúdo delimitado com `{{ }}` ou `{% %}` será "parseado" e pode causar problemas. Você pode empacotar um conteúdo sensível com a tag plugin [`raw`](/docs/tag-plugins#Raw), single backtick ```` `{{ }}` ```` or triple backtick. Alternatively, Nunjucks tags can be disabled by the [renderer](/api/renderer#Disable-Nunjucks-tags) or [manually disabled](/api/rendering#Disable-Nunjucks-tags) by the user. ``` {% raw %} diff --git a/source/ru/docs/troubleshooting.md b/source/ru/docs/troubleshooting.md index aba0a554e5..f59362e705 100644 --- a/source/ru/docs/troubleshooting.md +++ b/source/ru/docs/troubleshooting.md @@ -111,7 +111,7 @@ $ hexo clean ## Содержимое не найдено -Hexo использует [Nunjucks] для отображения сообщения ([Swig] использовался в предыдущей версии, он использует похожий синтаксис). Содержимое, обёрнутое, в `{{ }}` или `{% %}`, поможет вам разобраться, какая часть вызвала проблемы. You can skip the parsing by wrapping it with the [`raw`](/docs/tag-plugins#Raw) tag plugin, single backtick ```` `{{ }}` ```` or triple backtick. +Hexo использует [Nunjucks] для отображения сообщения ([Swig] использовался в предыдущей версии, он использует похожий синтаксис). Содержимое, обёрнутое, в `{{ }}` или `{% %}`, поможет вам разобраться, какая часть вызвала проблемы. You can skip the parsing by wrapping it with the [`raw`](/docs/tag-plugins#Raw) tag plugin, single backtick ```` `{{ }}` ```` or triple backtick. Alternatively, Nunjucks tags can be disabled by the [renderer](/api/renderer#Disable-Nunjucks-tags) or [manually disabled](/api/rendering#Disable-Nunjucks-tags) by the user. ``` {% raw %} diff --git a/source/th/docs/troubleshooting.md b/source/th/docs/troubleshooting.md index b81bcb2cf5..d01d535c0e 100644 --- a/source/th/docs/troubleshooting.md +++ b/source/th/docs/troubleshooting.md @@ -157,7 +157,7 @@ $ hexo clean hexo ใช้ [Nunjucks] เพื่อ render โพสต์ (ในเวอร์ชั่นเก่าใช้ [Swig] ซึ่งมี syntax เหมือนกัน) เนื้อหาที่ห่อด้วย `{{ }}` หรือ `{% %}` อาจจะถูก parse ไม่ถูกต้องและเกิดปัญหาบ้าง เพื่อป้องกันเรื่องนี้เกิดขึ้น คุณสามารถติดตั้งปลั๊กอินแท็ก -You can skip the parsing by wrapping it with the [`raw`](/docs/tag-plugins#Raw) tag plugin, single backtick ```` `{{ }}` ```` or triple backtick. +You can skip the parsing by wrapping it with the [`raw`](/docs/tag-plugins#Raw) tag plugin, single backtick ```` `{{ }}` ```` or triple backtick. Alternatively, Nunjucks tags can be disabled by the [renderer](/api/renderer#Disable-Nunjucks-tags) or [manually disabled](/api/rendering#Disable-Nunjucks-tags) by the user. ``` {% raw %} diff --git a/source/zh-cn/docs/troubleshooting.md b/source/zh-cn/docs/troubleshooting.md index 10d701de36..d363ef3216 100644 --- a/source/zh-cn/docs/troubleshooting.md +++ b/source/zh-cn/docs/troubleshooting.md @@ -116,7 +116,7 @@ $ hexo clean ## 泄露(Escape)内容 -Hexo 使用 [Nunjucks] 来解析文章(旧版本使用 [Swig],两者语法类似),内容若包含 `{{ }}` 或 `{% %}` 可能导致解析错误,您可以用 [`raw`](/docs/tag-plugins#Raw) 标签包裹,single backtick ```` `{{ }}` ```` 或 triple backtick 来避免潜在问题发生。 +Hexo 使用 [Nunjucks] 来解析文章(旧版本使用 [Swig],两者语法类似),内容若包含 `{{ }}` 或 `{% %}` 可能导致解析错误,您可以用 [`raw`](/docs/tag-plugins#Raw) 标签包裹,single backtick ```` `{{ }}` ```` 或 triple backtick 来避免潜在问题发生。Alternatively, Nunjucks tags can be disabled by the [renderer](/api/renderer#Disable-Nunjucks-tags) or [manually disabled](/api/rendering#Disable-Nunjucks-tags) by the user. ``` {% raw %} diff --git a/source/zh-tw/docs/troubleshooting.md b/source/zh-tw/docs/troubleshooting.md index 2eb10f66bb..5c4e2c80d5 100644 --- a/source/zh-tw/docs/troubleshooting.md +++ b/source/zh-tw/docs/troubleshooting.md @@ -80,7 +80,7 @@ $ hexo clean ## 脫逸(Escape)內容 -Hexo 使用 [Nunjucks] 來解析文章(舊版本使用 [Swig],兩者語法類似),內容若包含 `{{ }}` 或 `{% %}` 可能導致解析錯誤,您可以用 [`raw`](/docs/tag-plugins#Raw) 標籤包裹,single backtick ```` `{{ }}` ```` 或 triple backtick 來避免潛在問題發生。 +Hexo 使用 [Nunjucks] 來解析文章(舊版本使用 [Swig],兩者語法類似),內容若包含 `{{ }}` 或 `{% %}` 可能導致解析錯誤,您可以用 [`raw`](/docs/tag-plugins#Raw) 標籤包裹,single backtick ```` `{{ }}` ```` 或 triple backtick 來避免潛在問題發生。Alternatively, Nunjucks tags can be disabled by the [renderer](/api/renderer#Disable-Nunjucks-tags) or [manually disabled](/api/rendering#Disable-Nunjucks-tags) by the user. ``` {% raw %}