From dc2a5be019280cc0fb8f639eeb788f5c17d6463d Mon Sep 17 00:00:00 2001 From: Jason Howell <5067358+JasonWHowell@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:53:55 -0700 Subject: [PATCH] Update markdown-reference.md Testing smart quotes rendering --- Contribute/content/markdown-reference.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Contribute/content/markdown-reference.md b/Contribute/content/markdown-reference.md index 4fb748d7..978ea708 100644 --- a/Contribute/content/markdown-reference.md +++ b/Contribute/content/markdown-reference.md @@ -75,10 +75,11 @@ If you copy from Word into a Markdown editor, the text might contain "smart" (cu Here are the encodings for the "smart" versions of these punctuation marks: -- Left (opening) quotation mark: `“` -- Right (closing) quotation mark: `”` -- Right (closing) single quotation mark or apostrophe: `’` -- Left (opening) single quotation mark (rarely used): `‘` +- Left (opening) quotation mark “: `“` +- Right (closing) quotation mark ”: `”` +- Right (closing) single quotation mark or apostrophe ’: `’` +- Left (opening) single quotation mark (rarely used) ‘: `‘` + > [!TIP] > To avoid "smart" characters in your Markdown files, rely on the Learn Authoring Pack's smart quote replacement feature. For more information, see [smart quote replacement](docs-authoring/smart-quote-replacement.md).