Less Is More
make technology your playground
make technology your playground
Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.
For full reference, check out Mastering Markdown
# h1
## h2
###### h6
*italic*
or
_italic_
italic
**bold**
or
__bold__
bold
* item 1
* item 2
* item 2a
* item 2b
1. item 1
2. item 2
3. item 3
* item 3a
* item 3b
![alt text](image url)
[link](link url)
>Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
`code`
code
Note that some of them aren’t part of the core Markdown spec, but they are part of GFM and Markdown on GitHub does support them.
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}```
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
- [x] task 1
- [x] task 2
- [ ] task 3
First Header | Second Header
------------ | -------------
Lorem ipsum dolor. | Lorem ipsum dolor.
Lorem ipsum dolor sit. | Lorem ipsum dolor sit.
~~strikethrough~~
strikethrough
:emojicode:
check out Emoji Cheat Sheet