Learn How to Add Links, Format Text, and Embed Images
Forum post formatting is done through Markdown. Here’s how it works:
Links
When you write or copy/paste links into the Forum, they are added automatically.
Images
To add an image, use the following syntax:
![Alt text goes here](Image link goes here)
Example: ![This is alt text](https://website/images/image-title.jpg)
Note: Don’t forget the ! in front of the first bracket!
Text Formatting
There are various ways you can make your text stand out and express exactly what you mean. Let’s dive into it:
Headers:
H1
H2
H3
H4
H5
H6
Emphasis:
Emphasize text, aka italics, with asterisks or underscores.
Strong emphasis, aka bold.
Write: **asterisks**
Result: asterisks
or
Write: __underscores__
Result: underscores
Strikethrough uses two tildes.
Write: ~~Scratch this.~~
Result: Scratch this
That’s all for now. If you want to learn more, head over to this link.