Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Contribute/content/markdown-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down