Hello everyone!
You can make your text pretty on Everskies by using Markdown, it is very easy to use. This guide is taken from here and modified for this site. If you have any questions please ask!
# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
This is bold text
**This is bold text**
This is italic text
*This is italic text*
strikethrough
~~strikethrough~~
For extra vertical space, use <br>
Say you want to use *
or +
and you don't want it to change into a special format, you can escape this special character by using \
Example:
*rawr*
\*rawr\*
link text
[link text](https://nl.wikipedia.org/wiki/Stroopwafel)

With videos, you can simply drop the YouTube link and it will automatically show as a video!
<rich-content data='-1'></rich-content>
will show as
Ah yes, Kuzco's poison
The poison for Kuzco
The poison chosen especially to kill Kuzco
> Ah yes, Kuzco's poison
> > The poison for Kuzco
> > > The poison chosen especially to kill Kuzco
Unordered:
+
, -
, or *
Ordered:
1.
, 2.
etc.Inline code
by using `code`
Block code:
your
code
here
```
your
code
here
```
Name | Description |
---|---|
Item 1 | Explanation |
Item 2 | Explanation |
Item 3 | Explanation |
| Name| Description |
| ------ | ----------- |
| Item 1 | Explanation |
| Item 2 | Explanation |
| Item 3 | Explanation |
|Left align|Center align|Center align 2|Right align|
|:-|-:-|-|-:|
|x|x|x|x|
|Left align|Center align|Center align 2|Right align|
|:-|-:-|-|-:|
|x|x|x|x|
20th
20^th^
H2O
H~2~O
___