Skip to content

Commit 9ac93ec

Browse files
committed
Add subsection on markdown formatting in Discord
1 parent 668f516 commit 9ac93ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/Company/RemoteWorking.mdx

+13
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@ Here are some tips on getting the most out of Discord:
8282
- When **sharing screen**, remember to use the "better text readability" option so that people can clearly see any text or code on your screen.
8383
![img from static](/img/discord_screen_share.png)
8484

85+
### Message formatting using Markdown
86+
87+
For easier reading you can use Markdown in your Discord messages, e.g.
88+
* `**bold**` for **bold text**
89+
* `*italic*` for *italic text*
90+
* `~~strikethrough~~` for ~~strikethrough~~
91+
* `[links](https://openenergytransition.org)` for [links](https://openenergytransition.org) to websites
92+
93+
And many more...
94+
Find more information on the
95+
* Discord website on [Markdown](https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline)
96+
* or this [YouTube video](https://www.youtube.com/watch?reload=9&v=nm0sJihG70Y)
97+
8598
### Miscellaneous
8699

87100
- You can pin messages to channels, which can be seen in the pinned messages button on the top right. This can be useful, e.g., to keep a message containing all relevant links to a project pinned in the project channel.

0 commit comments

Comments
 (0)