Cheatsheet for markdown syntax
- Headers
- Emphasis
- Lists
- Horizontal rules
- Links
- Images
- Youtube videos
# H1
## H2
### H3
#### H4
##### H5
###### H6
Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
1. First item
2. Second item
3. Third item
4. ...
- First item
- Second item
- Third item
- ...
* for unordered lists
* you can use
* asterisks
- or minuses
+ or pluses
+ but if you mix them, the line space will be different
- for unordered lists
- you can use
- asterisks
- or minuses
- or pluses
- but if you mix them, the line space will be different
1. You could have
1. ordered sub-lists
1. in different levels
2. Same thing
- for unordered
- sub-lists
- Doesn't matter if the main list is
1. ordered or unordered
2. you could mix them
- in any level
- You could also align some text with
- other items
without list-style
- You could have
- ordered sub-lists
- in different levels
- ordered sub-lists
- Same thing
- for unordered
- sub-lists
- for unordered
- Doesn't matter if the main list is
- ordered or unordered
- you could mix them
- in any level
- You could also align some text with
- other items
without list-style
- other items
You could add horizontal rules with three or more
----
dashes
***
asterisks
====
equals sign
====
____
underscores
URLs and URLs in angle brackets will automatically get turned into links as in <www.mozilla.org/en-US/firefox/>
URLs and URLs in angle brackets will automatically get turned into links
as in <www.mozilla.org/en-US/firefox/>
You could also paste the link in a new line without angle brackets:
https://www.mozilla.org/en-US/firefox/
https://www.mozilla.org/en-US/firefox/
Or you could use inline-style link:
[Firefox](https://www.mozilla.org/en-US/firefox/)
![alt text](https://github.com/inessadl/readme/blob/master/img/ff_logo2013.png)
They can't be added directly but you can add an image with a link to the video like this: