The forums uses the Markdown standard to style your posts.
Headlines
To create headlines, prepend the line you wish to turn into a line with a hashmark (#). The number of # is equal to the HTML h
elements.
This:
# H1 Headline
## H2 Headline
##### H5 headline
Becomes this:
H1 Headline
H2 Headline
H5 headline
Organized & Unorganized Lists
Organized Lists:
1. List Item 1
2. List Item 2
3. List Item 3
Unorganized Lists:
* Item 1
* Item 2
* Item 3
Organized Lists:
- List Item 1
- List Item 2
- List Item 3
Unorganized Lists:
Hyperlinks and Images
Hyperlinks:
[Link text](https://forum.heavyelement.io/)
Images:

Hyperlinks:
Link text
Images:

Inline styling
If you want to make your text **bold** or maybe *italic* just use asterisks. You can also _underline_ text, ~~strike~~ text or even add superscripts like ^this.
Also, try marking `inline code segements` with backticks.
If you want to make your text bold or maybe italic just use asterisks. You can also underline text, strike text or even add superscripts like this.
Also, try marking inline code segements
with backticks.
Block Items
` ``
Preformatted code
Spans across multiple lines
` ``
> Block quotes lets you quote stuff
Preformatted code
Spans across multiple lines
Block quotes lets you quote stuff
Did I miss anything?
Let me know!