Article editing
Here are some tips on how to write articles in Typora š
1.Headline
Headline2
Headline 3
ā¦ā¦.
Headline6
2. Inserting a picture

Screenshot or copy the picture, the use control+V to paste it inside.
## 2. Inserting a picture

Screenshot or copy the picture, the use control+V to paste it inside.
3. Inserting codes
enter the button left next to [1] three times, and enter the type of coding language you want to use. then click [Enter]
"Hello world!"
## 3. Inserting codes
enter the button left next to [1] three times, and enter the type of coding language you want to use. then click [Enter]
```python
"Hello world!"
```
4. Grouping of coding block
@tab code1
```python
print('welcome to my website')
```
@tab code2
```python
print('Nice to meet you')
```
## 4. Grouping of coding block
````python
@tab code1
```python
print('welcome to my website')
```
@tab code2
```python
print('Nice to meet you')
```
````
5. To do list
## 5. To do list
- [x] āa minus sign + a spacing + square bracketā
6. unordered list
- ā a minus sign + a spacingā
## 6. unordered list
- ā a minus sign + a spacingā
7. Ordered list
- ānumber + . + a spacingā
## 7. Ordered list
1. ānumber + . + a spacingā
## 8. Link
[](https://www.vervevividness.com/)
āa square bracket + a bracketā
9. Inserting a form
The name of candidates | The grade of interview | regected/admitted |
---|---|---|
Adding one more line : ācommand + Enterā
āparagraph => formā
## 9. Inserting a form
| The name of candidates | The grade of interview | regected/admitted |
| ---------------------- | ---------------------- | ----------------- |
| | | |
Adding one more line : ācommand + Enterā
āparagraph => formā
10. Inserting a PDF
āput it under .vuepress => public => the name of folderā
## 10. Inserting a PDF
<PDF url="//theme-hope-assets.vuejs.press/files/sample.pdf" />
āput it under .vuepress => public => the name of folderā
11. Custom container
Info
information container
Note
annotation container
Tips
reminder container
Caution
warning container
Caution
dager container
Details
details container
title
a information container with codes and links
const a = 1;
title
a note container with codes and links.
const a = 1;
title
a tip container with codes and link
const a = 1;
title
a warning container with codes and link
const a = 1;
title
a danger container with codes and link
const a = 1;
title
a details container with codes and link
const a = 1;
self-defined information
self-defined annotation
self-defined tips
self-defined warning
self-defined danger
## 11. Custom container
::: info
information container
:::
::: note
annotation container
:::
::: tip
reminder container
:::
::: caution
warning container
:::
::: caution
dager container
:::
::: details
details container
:::
::: info title
a information container with codes and links
```js
const a = 1;
```
:::
::: note title
a note container with codes and links.
```js
const a = 1;
```
:::
::: tip title
a tip container with codes and link
```js
const a = 1;
```
:::
::: warning title
a warning container with codes and link
```js
const a = 1;
```
:::
::: caution title
a danger container with codes and link
```js
const a = 1;
```
:::
::: details title
a details container with codes and link
```js
const a = 1;
```
:::
::: info self-defined information
:::
::: note self-defined annotation
:::
::: tip self-defined tips
:::
::: warning self-defined warning
:::
::: caution self-defined danger
:::
- 0
- 0
- 0
- 0
- 0
- 0