57 lines
510 B
Markdown
57 lines
510 B
Markdown
Title: My First Review
|
|
Date: 2010-12-03 10:20
|
|
Modified: 2020-05-09 5:12
|
|
Category: Review
|
|
Summary: test
|
|
|
|
[TOC]
|
|
|
|
Following is a review of my favorite xyz.
|
|
|
|
asdfasdfasdfasdf
|
|
|
|
## header
|
|
|
|
test test
|
|
|
|
```
|
|
this is a code block
|
|
<html>
|
|
|
|
</html>
|
|
```
|
|
|
|
### smaller header
|
|
|
|
hello world
|
|
|
|
#### Tiny header
|
|
|
|
paragraph
|
|
|
|
##### mini header
|
|
|
|
paragraph
|
|
|
|
### how to install
|
|
|
|
update packages:
|
|
|
|
```
|
|
sudo apt update
|
|
```
|
|
|
|
install packages:
|
|
|
|
```
|
|
sudo apt install qot
|
|
```
|
|
|
|
clone the repo:
|
|
|
|
```
|
|
git clone https://example.com
|
|
```
|
|
|
|
all done!
|