# Markdown Guidelines

## Emphasis

Add emphasis to your text by adding stars (\*) or underscores (\_) around it, like this:&#x20;

**Bold** - `**double asteriks**`&#x20;

*Italic* - `*asteriks* or _underscores_`

~~Strikethrough~~ - `~~Scratch this~~`

Underline - `__double underscores__`

Combined ***Bold and Italic*** - `**_double asteriks + underscores_**`

## Headings (for Articles only)&#x20;

Add a header to your article with this syntax:

```
# One '#' for a h1 header
## Two '#'s for a h2 header
...
###### Six '#'s for a h6 header
```

This is how it will look like:&#x20;

<figure><img src="https://1532848985-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3CiOS7bcK0Alvva51mmv%2Fuploads%2FVGiJwb9mrs57Ft1dG6bf%2Fimage.png?alt=media&#x26;token=b12d6d0e-bdf4-476e-848e-f26632d8359b" alt=""><figcaption></figcaption></figure>

## Lists

Lists in Articles (example):

<figure><img src="https://1532848985-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3CiOS7bcK0Alvva51mmv%2Fuploads%2FRqLcQteRei4IjvCPXsET%2Fimage.png?alt=media&#x26;token=271a2479-3ef8-485f-91d6-c05b650313e0" alt=""><figcaption></figcaption></figure>

Result:&#x20;

Lists in Posts (example):&#x20;

<figure><img src="https://1532848985-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3CiOS7bcK0Alvva51mmv%2Fuploads%2FNCV9sGiDKFi5B2Q9liDI%2Fimage.png?alt=media&#x26;token=76942e3f-9eb5-401d-9767-03bc21a4e196" alt=""><figcaption></figcaption></figure>

Result:&#x20;

<figure><img src="https://1532848985-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3CiOS7bcK0Alvva51mmv%2Fuploads%2FU14Zi4WawC3WLkPjwNPh%2Fimage.png?alt=media&#x26;token=9c82e207-c1de-4155-bc58-b00accb32e1f" alt=""><figcaption></figcaption></figure>

## Links

<http://www.example.com/> - URLs will automatically get turned into links [`http://www.example.com`](http://www.example.com)

To write a hyperlink such as: [I am Hyperlink](https://solcial.io) - you can follow this syntax: \
`[I am Hyperlink](https://kaichi.xyz)`

## Inline Images

You can use the following markdown to input images from the internet or your computer: `![image description](put-link-to-image-here)`
