From 24804107453f6a6185085cef5873332f18cf3d27 Mon Sep 17 00:00:00 2001 From: schvv31n Date: Tue, 3 Oct 2023 20:03:56 +0100 Subject: [PATCH] fixed docs formatting --- website/docs/concepts/html/literals-and-expressions.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/concepts/html/literals-and-expressions.mdx b/website/docs/concepts/html/literals-and-expressions.mdx index 2cc9175b894..8f3548b0c2a 100644 --- a/website/docs/concepts/html/literals-and-expressions.mdx +++ b/website/docs/concepts/html/literals-and-expressions.mdx @@ -11,6 +11,7 @@ Literals create `Text` nodes, which are treated as strings by the browser. Hence ::: Unlike for other types of expressions, braces around literals are optional. + ```rust use yew::prelude::*;