Skip to content

Commit

Permalink
docs(troubleshooting): tag plugins can be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 26, 2020
1 parent 8832c75 commit c91f619
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion source/ko/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion source/pt-br/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion source/ru/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion source/th/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion source/zh-cn/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion source/zh-tw/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit c91f619

Please sign in to comment.