Markdown uses # for heading ranging from 1 to 6 and biggest to smallest respectively
#
##
###
####
#####
######
Bold | Italic | Strikethrough |
---|---|---|
**Bold** | *Italic* | ~~strike~~ |
__Bold__ | _Italic_ | |
Bold | Italic |
- Item 1
- Item 2
- Item 1
- Item 2
- Item 2.1
- Item 2.2
It is said
Simple, Modular, Composable are the key
Immutable is
important
- To Do 1
- To Do 2
if(somethingIsWrong) {
break;
}
if(somethingIsWrong) {
break;
}
@hashitop