diff --git a/website/docs/tutorial/index.mdx b/website/docs/tutorial/index.mdx
index 364897862..5002c48e4 100644
--- a/website/docs/tutorial/index.mdx
+++ b/website/docs/tutorial/index.mdx
@@ -176,7 +176,7 @@ We want to build a layout that looks something like this in raw HTML:
John Doe: Building and breaking things
@@ -198,7 +198,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -431,7 +431,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -467,7 +467,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/i18n/ja/docusaurus-plugin-content-docs/current/tutorial/index.mdx b/website/i18n/ja/docusaurus-plugin-content-docs/current/tutorial/index.mdx
index 5a81e344b..3b4242a07 100644
--- a/website/i18n/ja/docusaurus-plugin-content-docs/current/tutorial/index.mdx
+++ b/website/i18n/ja/docusaurus-plugin-content-docs/current/tutorial/index.mdx
@@ -160,7 +160,7 @@ Yew は Rust のプロシージャルマクロを利用しており、JSX(Java
John Doe: Building and breaking things
@@ -181,7 +181,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -402,7 +402,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -438,7 +438,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/i18n/ja/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx b/website/i18n/ja/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
index 5a81e344b..3b4242a07 100644
--- a/website/i18n/ja/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
+++ b/website/i18n/ja/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
@@ -160,7 +160,7 @@ Yew は Rust のプロシージャルマクロを利用しており、JSX(Java
John Doe: Building and breaking things
@@ -181,7 +181,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -402,7 +402,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -438,7 +438,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/tutorial/index.mdx b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/tutorial/index.mdx
index b914d5427..2a841f028 100644
--- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/tutorial/index.mdx
+++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/tutorial/index.mdx
@@ -160,7 +160,7 @@ Yew 利用了 Rust 的过程宏,并为我们提供了一种类似于 JSX(Jav
John Doe: Building and breaking things
@@ -181,7 +181,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -402,7 +402,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -438,7 +438,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
index b914d5427..2a841f028 100644
--- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
+++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
@@ -160,7 +160,7 @@ Yew 利用了 Rust 的过程宏,并为我们提供了一种类似于 JSX(Jav
John Doe: Building and breaking things
@@ -181,7 +181,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -402,7 +402,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -438,7 +438,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/i18n/zh-Hant/docusaurus-plugin-content-docs/current/tutorial/index.mdx b/website/i18n/zh-Hant/docusaurus-plugin-content-docs/current/tutorial/index.mdx
index f58775c19..07833aa89 100644
--- a/website/i18n/zh-Hant/docusaurus-plugin-content-docs/current/tutorial/index.mdx
+++ b/website/i18n/zh-Hant/docusaurus-plugin-content-docs/current/tutorial/index.mdx
@@ -160,7 +160,7 @@ Yew 利用了 Rust 的過程宏,並為我們提供了一種類似於 JSX(Jav
John Doe: Building and breaking things
@@ -181,7 +181,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -402,7 +402,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -438,7 +438,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/i18n/zh-Hant/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx b/website/i18n/zh-Hant/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
index f58775c19..07833aa89 100644
--- a/website/i18n/zh-Hant/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
+++ b/website/i18n/zh-Hant/docusaurus-plugin-content-docs/version-0.22/tutorial/index.mdx
@@ -160,7 +160,7 @@ Yew 利用了 Rust 的過程宏,並為我們提供了一種類似於 JSX(Jav
John Doe: Building and breaking things
@@ -181,7 +181,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -402,7 +402,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -438,7 +438,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/versioned_docs/version-0.19.0/tutorial/index.mdx b/website/versioned_docs/version-0.19.0/tutorial/index.mdx
index 2df732837..232d648ff 100644
--- a/website/versioned_docs/version-0.19.0/tutorial/index.mdx
+++ b/website/versioned_docs/version-0.19.0/tutorial/index.mdx
@@ -152,7 +152,7 @@ We want to build a layout that looks something like this in raw HTML:
John Doe: Building and breaking things
@@ -174,7 +174,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -403,7 +403,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -439,7 +439,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
- >
}
diff --git a/website/versioned_docs/version-0.20/tutorial/index.mdx b/website/versioned_docs/version-0.20/tutorial/index.mdx
index c566d49f1..b6a4a38ca 100644
--- a/website/versioned_docs/version-0.20/tutorial/index.mdx
+++ b/website/versioned_docs/version-0.20/tutorial/index.mdx
@@ -172,7 +172,7 @@ We want to build a layout that looks something like this in raw HTML:
John Doe: Building and breaking things
@@ -194,7 +194,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -427,7 +427,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -463,7 +463,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/versioned_docs/version-0.21/tutorial/index.mdx b/website/versioned_docs/version-0.21/tutorial/index.mdx
index b069230e6..570e5a935 100644
--- a/website/versioned_docs/version-0.21/tutorial/index.mdx
+++ b/website/versioned_docs/version-0.21/tutorial/index.mdx
@@ -176,7 +176,7 @@ We want to build a layout that looks something like this in raw HTML:
John Doe: Building and breaking things
@@ -198,7 +198,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -431,7 +431,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -467,7 +467,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}
diff --git a/website/versioned_docs/version-0.22/tutorial/index.mdx b/website/versioned_docs/version-0.22/tutorial/index.mdx
index 364897862..5002c48e4 100644
--- a/website/versioned_docs/version-0.22/tutorial/index.mdx
+++ b/website/versioned_docs/version-0.22/tutorial/index.mdx
@@ -176,7 +176,7 @@ We want to build a layout that looks something like this in raw HTML:
John Doe: Building and breaking things
@@ -198,7 +198,7 @@ html! {
{ "John Doe: Building and breaking things" }
-

+
>
}
@@ -431,7 +431,7 @@ fn video_details(VideosDetailsProps { video }: &VideosDetailsProps) -> Html {
html! {
{ video.title.clone() }
-

+
}
}
@@ -467,7 +467,7 @@ fn app() -> Html {
+ { for details }
-
-
{ "John Doe: Building and breaking things" }
--

+-

-
>
}