# 0929test
## 0929test
### 0929test
#### 0929test
##### 0929test
###### 0929test
*This text will be italic*
_This text will be italic_
**This text will be italic**
__This text will be italic__
*you **can** combine them*
* Item 1
* Item 2
* Item 2a
* Item 2b
1. Item 1
2. Item 2
3. Item 3
* Item 3a
* Item 3b

[高科大 首頁](https://www.nkust.edu.tw/)
As Kanyne West said:
> We're living the future so
> the present is our past.
\*literal asterisks\*
\[literal asterisks\]
\!literal asterisks\!
- [x] @mentions
- [ ] @mentions
```Javacrispt
var x, y, z; // Declare 3 variables
x = 5; // Assign the value 5 to x
y = 6; // Assign the value 6 to y
z = x + y; // Assign the sum of x and y to z
```
```python
print("Hello, World!")
```
|Fsirt|Second|Thrid|
|:-------|:-------:|-------:|
|call me|call me at night|call you back soon|
|call me|call me at night|call you back soon|
|call me|call me at night|call you back soon|
:+1:
:sparkles:
:tada:
:rocket:
:metal:
**Markdown**
## Markdown
```Markdown
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...
para=>parallel: parallel tasks
st->op1->cond
cond(yes)->io->e
cond(no)->para
para(path1, bottom)->sub1(right)->op1
para(path2, top)->op1
st=>start: 開始
e=>end: 結束
op=>operation: 遊戲開始
op2=>operation: 贏了嗎
cond=>condition: 是或否?
st->op->op2->cond
cond(yes)->e
cond(no)->op2