Replace the following characters:
What's there now |
—► |
What I really want but didn't feel like typing |
' (single quote) |
—► |
’ (single right typographical quote) |
" (double quotes) |
—► |
“ or ” depending on the situation (these are the left and right double typographical quotes) |
Note: Don't change them inside ASIL or C++ code except for their comments.
Replace the following characters with the same characters, only formatted:
The character |
Needed formatting |
What is should look like formatted |
✓ |
**<span style="color:green">✓</span>** |
✓ |
✗ |
**<span style="color:red">✗</span>** |
✗ |
That page is largely HTML. Markdown syntax didn't allow me to place list items inside a table. You need to maintain the HTML syntax. Use HTML entities if needed.