this post was submitted on 12 Dec 2023
857 points (96.4% liked)
Memes
45619 readers
573 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Lemmy interprets some symbols as formatting commands, for example putting a # at the start of a line turns it into a header:
## header
You can tell it to not do that by putting a backslash before the symbol:
\# not a header
The backslash is called the escape symbol.
Cheers mate