Link
[Link name](www.url.com)
Reference link
[The New York Times][NY Times]
[ny times]: http://www.nytimes.com/
Headers
# Header 1## Header 2
### Header 3
Emphasis
*italicize*
**bold**
_**italicize and bold**_ or __*really strong emphasis*__
List
Unordered list - dash and space
- Item 1
- Item 2
- Nested item needs 2 spaces
- 2 spaces for each 'nest'
Order list - only need a number and a period and space
1. Item 1
1. Item 2
1. Item 3
Code
`inlined code`
Code block may needs new line before and after block.
```java
public void static main(String[] args) {
}
```
Image
![alt text](/path/to/img.jpg "Title")
![](./pic/pic1_50.png =100x20)