From c2763e42a2234b0a801641f05c0e38b3bac2a697 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:27:22 -0400 Subject: [PATCH] Escape quotes in no-loc text (#33413) --- aspnetcore/client-side/dotnet-interop/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/client-side/dotnet-interop/index.md b/aspnetcore/client-side/dotnet-interop/index.md index 08ab39aae4..f678cfafd2 100644 --- a/aspnetcore/client-side/dotnet-interop/index.md +++ b/aspnetcore/client-side/dotnet-interop/index.md @@ -273,7 +273,7 @@ The preceding example displays the following output in the browser's debug conso > :::no-loc text="{name: 'Example JS Object', answer: 41, question: null, Symbol(wasm cs_owned_js_handle): 5, summarize: ƒ}"::: > :::no-loc text="{name: 'Example JS Object', answer: 42, question: null, Symbol(wasm cs_owned_js_handle): 5, summarize: ƒ}"::: > :::no-loc text="{name: 'Example JS Object', answer: 42, question: 'What is the answer?', Symbol(wasm cs_owned_js_handle): 5, summarize: ƒ}"::: -> :::no-loc text="Summary: Question: "What is the answer?" Answer: 42"::: +> :::no-loc text="Summary: Question: \"What is the answer?\" Answer: 42"::: ## Asynchronous interop