diff --git a/source/ja/docs/troubleshooting.md b/source/ja/docs/troubleshooting.md index 63ccb05eea..b7163e357d 100644 --- a/source/ja/docs/troubleshooting.md +++ b/source/ja/docs/troubleshooting.md @@ -258,7 +258,7 @@ Template render error: (unknown path) {% endcodeblock %} ``` - - タグプラグインでNunjucksのような構文を含んでいる場合、例えば[`{% raw %}{#{% endraw %}`](https://mozilla.github.io/nunjucks/templating.html#comments)。 この例の回避策は、[トリプルバックティック](tag-plugins#バックティックコードブロック)を代わりに使用することです。 [コンテンツのエスケープ](troubleshooting#コンテンツのエスケープ)セクションに詳細があります。 + - タグプラグインでNunjucksのような構文を含んでいる場合、例えば [`{% raw %} {# {% endraw %}`](https://mozilla.github.io/nunjucks/templating.html#comments)。 この例の回避策は、[トリプルバックティック](tag-plugins#バックティックコードブロック)を代わりに使用することです。 [コンテンツのエスケープ](troubleshooting#コンテンツのエスケープ)セクションに詳細があります。 ``` {% codeblock lang:bash %} diff --git a/source/ko/docs/troubleshooting.md b/source/ko/docs/troubleshooting.md index 2c79712315..6bdb6cf473 100644 --- a/source/ko/docs/troubleshooting.md +++ b/source/ko/docs/troubleshooting.md @@ -258,7 +258,7 @@ Possible cause: {% endcodeblock %} ``` - - Having Nunjucks-like syntax in a tag plugin, e.g. [`{#`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. + - Having Nunjucks-like syntax in a tag plugin, e.g. [`{% raw %} {# {% endraw %}`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. ``` {% codeblock lang:bash %} diff --git a/source/pt-br/docs/troubleshooting.md b/source/pt-br/docs/troubleshooting.md index c45102a7e6..86fdca74cd 100644 --- a/source/pt-br/docs/troubleshooting.md +++ b/source/pt-br/docs/troubleshooting.md @@ -257,7 +257,7 @@ Possible cause: {% endcodeblock %} ``` - - Having Nunjucks-like syntax in a tag plugin, e.g. [`{#`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. + - Having Nunjucks-like syntax in a tag plugin, e.g. [`{% raw %} {# {% endraw %}`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. ``` {% codeblock lang:bash %} diff --git a/source/ru/docs/troubleshooting.md b/source/ru/docs/troubleshooting.md index 8cfe18ec73..10bb06ae0e 100644 --- a/source/ru/docs/troubleshooting.md +++ b/source/ru/docs/troubleshooting.md @@ -258,7 +258,7 @@ Possible cause: {% endcodeblock %} ``` - - Having Nunjucks-like syntax in a tag plugin, e.g. [`{#`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. + - Having Nunjucks-like syntax in a tag plugin, e.g. [`{% raw %} {# {% endraw %}`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. ``` {% codeblock lang:bash %} diff --git a/source/th/docs/troubleshooting.md b/source/th/docs/troubleshooting.md index 788160e0f4..55bfe98202 100644 --- a/source/th/docs/troubleshooting.md +++ b/source/th/docs/troubleshooting.md @@ -258,7 +258,7 @@ Possible cause: {% endcodeblock %} ``` - - Having Nunjucks-like syntax in a tag plugin, e.g. [`{#`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. + - Having Nunjucks-like syntax in a tag plugin, e.g. [`{% raw %} {# {% endraw %}`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. ``` {% codeblock lang:bash %} 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 %} diff --git a/source/zh-tw/docs/troubleshooting.md b/source/zh-tw/docs/troubleshooting.md index cf9c246f68..7affe9d062 100644 --- a/source/zh-tw/docs/troubleshooting.md +++ b/source/zh-tw/docs/troubleshooting.md @@ -260,7 +260,7 @@ Possible cause: {% endcodeblock %} ``` - - Having Nunjucks-like syntax in a tag plugin, e.g. [`{#`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. + - Having Nunjucks-like syntax in a tag plugin, e.g. [`{% raw %} {# {% endraw %}`](https://mozilla.github.io/nunjucks/templating.html#comments). A workaround for this example is to use [triple backtick](/docs/tag-plugins#Backtick-Code-Block) instead. [Escape Contents](/docs/troubleshooting#Escape-Contents) section has more details. ``` {% codeblock lang:bash %}