# H1
## H2
### H3
#### H4
##### H5
###### H6
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
~~this text is strikethrough~~
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them
this text is strikethrough
* Item 1
* Item 2
* Item 2a
* Item 2b
- Item 1
- Item 2
- Item 2a
- Item 2b
1. Item 1
1. Item 2
1. Item 3
1. Item 3a
1. Item 3b
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
1. First list item
- First nested list item
- Second nested list item
- First list item
- First nested list item
- Second nested list item
- First nested list item
![Markdown Logo](Markdown-mark.svg)
Format: ![Alt Text](url)
http://github.com
[GitHub](http://github.com)
Antoine de Saint-Exupéry:
“Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.”
Displaying an inline code use backtick - like that `code example` here.
Displaying an inline code use backtick - like that code example
here.
Displaying code block use triple backtick:
Displaying code block use triple backtick
``` javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
} ```
or just indent the code block
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
For language based syntax highlight use triple backtick and language code.
For example: ```js
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request
- Finish my changes
- Push my commits to GitHub
- Open a pull request
@HelsinkiBusinessCollege What do you think about this template?
@HelsinkiBusinessCollege What do you think about this template?
For a full list of available emoji and codes, check out the Emoji-Cheat-Sheet.
Be yourself. Unless you can be a :unicorn:, In that case, you should always be a :unicorn:.
Be yourself. Unless you can be a 🦄, In that case, you should always be a 🦄.