From da107ae77b4e4fbd2aeb3a7c47f92b87854dda3f Mon Sep 17 00:00:00 2001 From: "hexo-crowdin[bot]" <159447924+hexo-crowdin[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 17:29:54 +0900 Subject: [PATCH] l10n(pt-BR): New translations from Crowdin (#2314) Co-authored-by: hexo-crowdin[bot] <159447924+hexo-crowdin[bot]@users.noreply.github.com> --- source/pt-br/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}