diff --git a/website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx b/website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx index 85c4bc26c67..7e6e96c534c 100644 --- a/website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx +++ b/website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx @@ -17,7 +17,7 @@ props with braces. -```rust {4}, ignore +```rust ,ignore {4} let super_age = 1; html!{ -```rust {4}, ignore +```rust ,ignore {4} let super_age = 1; html!{