###### tags: `CDA`
# Wiki Tutorial
## Random Reflection
I found it very easy to start new paragraphs. In addition, its very easy to make new headings by using some hashtags. Likewise, texts can be styled by using asterisks. This is similar to text styling in Discord.
### Writing Links
I found it harder to write links, because links need a special format:
> Check out [this link](https://gamejolt.com)!
### Adding Images
Images also need a special format. It is really similar to the links but it has an extra exclamation mark.
> 
> 
### Making Lists
I found it odd that numbered lists can use any number in front.
1. one
1. two
2. three
3. four
### Adding Code
I found it cool how code can be added using apostrophes.
```
while ( true ) {
confirm( 'Do you like turtles?' );
}
```
<iframe width="560" height="315" src="https://www.youtube.com/embed/8L9WLNzCmkc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>