From dc579289ec51d781bc7ab621d38d44e2db472f01 Mon Sep 17 00:00:00 2001 From: "hexo-crowdin[bot]" <159447924+hexo-crowdin[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:11:42 +0000 Subject: [PATCH] l10n(ja): New translations from Crowdin --- source/ja/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}