From 2f414f8e40446119ec1102292a97e25f142f6afc Mon Sep 17 00:00:00 2001 From: Vlad GURDIGA Date: Sat, 10 May 2025 15:35:07 +0300 Subject: [PATCH] docs: Fix formatting bug in echo.md (#805) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DISCLAIMER: This may not be the proper way to approach the issue. Although the Markdown code is proper, on the website itself it is incorrectly rendered as "{{` and `}}". The reason for the disclaimer above is that I’m imagining this may be an issue at the content rendering level, and my fix here is just a workaround of that issue. — Given this, I’ll not be offended if this PR of mine is rejected and closed. 🙂 --- docs/source/tags/echo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tags/echo.md b/docs/source/tags/echo.md index 5de6dea02..68e31d740 100644 --- a/docs/source/tags/echo.md +++ b/docs/source/tags/echo.md @@ -4,7 +4,7 @@ title: Echo {% since %}v9.31.0{% endsince %} -Outputs an expression in the rendered HTML. This is identical to wrapping an expression in `{{` and `}}`, but works inside liquid tags and supports filters. +Outputs an expression in the rendered HTML. This is identical to wrapping an expression in {{ and }}, but works inside liquid tags and supports filters. ## echo