# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
This is bold text
This is bold text
**This is bold text**
__This is bold text__
This is italic text
This is italic text
*This is italic text*
_This is italic text_
crossed out text
~~crossed out text~~
Markdown doesn't always add line breaks. Use two spaces before the line break to start the next line.
- Item one
- Item two
- Item three
1. Item one
2. Item two
- Create a list by starting a line with
+
,-
, or*
- Sub-lists are made by indenting 2 spaces (or via tab key):
- Marker character change forces new list start:
- you can use
- any markdown Bullet Points
- inside your list
- Marker character change forces new list start:
- Very easy!
+ Sub-lists are made by indenting 2 spaces (or via tab key):
- Marker character change forces new list start:
* you can use
+ any markdown Bullet Points
- inside your list
- ToDos
- Buy some salad
- Brush teeth
- Drink some water
- Have a look at the source code and mark this ToDo with a x
- [ ] ToDos
- [x] Buy some salad
ASKnet Website
[link text](https:// "title")
You can embed images by giving them a description followed by the URL of the image itself.
![description](URL)
You can highlight code snippets or anything else by using the: ``
Three in a row allows you to select a block instead of a line:
```higlighted text```
Using these code snippets on GitHub, for example, allows you to easily copy the content.
The colon in the second line controls the alignment of the text. In this case it is right justified, without a colon the text is left justified by default, two colons - left and right - centre the content.
this is a Table | second column |
---|---|
first line | yes |
second line | hello |
| this is a Table | second column |
| - | -: |
| first line | yes|
| second line | hello |
You can type any emoji like this 😄 😃 😢 😉
:smile: :smiley: :cry: :wink:
See full emoji list here.