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).