Quick reference chart for displaying special characters in html/markdown.
| Entity | Rendered Character | Description |
|---|---|---|
|
Non-breaking space | |
© |
© | Copyright |
® |
® | Registered trademark |
™ |
™ | Trademark |
| url | placeholder | |
|---|---|---|
| https://cy7.sh/blog/create-your-own-dns-nameserver/ | 0 | |
| https://web.archive.org/web/20241113171214/https://cy7.sh/blog/create-your-own-dns-nameserver/ | 0 | |
| https://cy7.sh/blog/wizardlike-writeup/ | 0 | |
| https://github.com/getzola/zola | 0 | |
| https://www.getzola.org | 0 | |
| https://www.getzola.org | 0 | |
| https://www.jakobosterberger.com/posts/setup-caprover/#todo | 0 | |
| https://web.archive.org/web/20241113182853/https://www.jakobosterberger.com/posts/setup-caprover/ | 0 | |
| http://catb.org/~esr/faqs/smart-questions.html | 0 |
| id | name | age | country | ||
|---|---|---|---|---|---|
| 1 | John Doe | johndoe@example.com | 28 | USA | |
| 2 | Jane Smith | janesmith@example.com | 34 | UK | |
| 3 | Mike Johnson | mikej@example.com | 45 | Canada | |
| 4 | Emily Davis | emilyd@example.com | 29 | Australia | |
| 5 | William Brown | wbrown@example.com | 39 | Germany | |
| 6 | Isabella Taylor | isabellat@example.com | 31 | France | |
| 7 | Liam White | liamw@example.com | 50 | USA | |
| 8 | Olivia Black | oliviab@example.com | 23 | Italy | |
| 9 | Noah Green | noahg@example.com | 44 | Spain |
From the Python wiki
print('Hello world!')String formatting
Excerpts from the VS Code Docs
Tab stops are specified by a dollar sign and an ordinal number e.g. $1 . $1 will be the first location, $2 will the second location, and so on. $0 is the final cursor position, which exits the snippet mode. For example, let's say we want to make an HTML div snippet and we want the first tab stop to be between the opening and closing tags. We also want to allow the user to tab outside of the tags to finish the snippet.
{