Markdown Style Guide

Planet I
she/her, 21
Posts:
997
usagishe/her, 21
5 years ago Last Edited: 5 years ago

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! :herb:

Headings

h1 Heading

# h1 Heading

h2 Heading

## h2 Heading

h3 Heading

### h3 Heading

h4 Heading

#### h4 Heading

h5 Heading

##### h5 Heading

h6 Heading

###### h6 Heading



Emphasis

This is bold text
**This is bold text**

This is italic text
*This is italic text*

strikethrough
~~strikethrough~~



Extra space

For extra vertical space, use <br>



Escape special characters

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\*



Links

link text
[link text](https://nl.wikipedia.org/wiki/Stroopwafel)



Images


![](https://i.imgur.com/eiXKHNL.png)



Videos

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



Blockquotes

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



Lists

Unordered:

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • More items!

Ordered:

  1. You can create ordered lists by just typing 1., 2. etc.
  2. Item two



Code

Inline code by using `code`

Block code:

your
code
here
```
your
code
here
```



Tables

NameDescription
Item 1Explanation
Item 2Explanation
Item 3Explanation
| 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|



Subscript / Superscript

20th
20^th^

H2O
H~2~O



Dividers


___

0
0
0