# H1
## H2
### H3
##### H4
##### H5
###### H6
**粗體** 
*斜體* 
or
_斜體_
~~刪除線~~
---
or
***
- item1
- item2
    - item2.1
    - item2.2
        - item2.2.1
        - item2.2.2
- item3
1. item1
1. item2
    1. item2.1
    1. item2.2
        1. item2.2.1
        1. item2.2.2
1. item3
- [x] item1
- [ ] item2
    - [x] item2.1
    - [x] item2.2
        - [x] item2.2.1
        - [ ] item2.2.2
- [ ] item3
區塊語法小```區塊```語法
val hello = "hello"
print(hello)
    ```
    val hello = "hello"
    print(hello)
    ```
    ```java
    val hello = "hello"
    print(hello)
    ```
引用
> 引用
引用
引用
引用
引用
> 引用
>> 引用
>>> 引用
>>>> 引用


| Tables | Are | Cool | 
|---|---|---|
| col 3 is | right-aligned | $1600 | 
| col 2 is | centered | $12 | 
| zebra stripes | are neat | $1 | 
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |
[GOOGLE](https://www.google.com)