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