Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwangzhe authored Jan 4, 2025
2 parents ebf8d7d + 984b9bd commit 0b35869
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/ja/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
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 @@ -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 %}
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 @@ -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 %}
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 @@ -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 %}
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 @@ -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 %}
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 @@ -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 %}
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 @@ -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 %}
Expand Down

0 comments on commit 0b35869

Please sign in to comment.