Text Formatting

MCSkinHistory supports Text Formatting with the Markdown format in various places, such as About Me texts and comments. This page serves as a guide on how to properly format your texts.

Headlines

# Level 1 Headline
## Level 2 Headline
### Level 3 Headline
#### Level 4 Headline
##### Level 5 Headline
###### Level 6 Headline

Emphasis

**Bold text**
_Italic text_
~~Strikethrough text~~

Ordered List

1. First Item
2. Second Item
3. Third Item
4. Fourth Item

Unordered List

* First Item
* Second Item
* Third Item
* Fourth Item
[This is a link to Google.](https://www.google.com)
[This is a link to Google with a title.](https://www.google.com "Google")

Images

![MCSkinHistory Logo](https://static-cdn.gigadrivegroup.com/logos/skinhistory-2021/white/h50.png)
![MCSkinHistory Logo](https://static-cdn.gigadrivegroup.com/logos/skinhistory-2021/white/h50.png "Logo Title Text")

Code and Syntax Highlighting

Inline `code` highlights with `back-ticks`.
```
Multi-line
code block
```

Tables

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |

Blockquotes

> Blockquotes are very handy in email to emulate reply text.
>
> This line is part of the same quote.

Horizontal Rule

Three or more...

---

Hyphens

***

Asterisks

___

Underscores