Skip to main content

Article editing

CindyOriginal...About 1 minarticle editingremindertips

Here are some tips on how to write articles in Typora šŸ‘€

1.Headline

Headline2

Headline 3

ā€¦ā€¦.

Headline6

2. Inserting a picture

image-20231208231440424
image-20231208231440424

Screenshot or copy the picture, the use control+V to paste it inside.

## 2. Inserting a picture

![image-20231208231440424](./article-editting.assets/image-20231208231440424.png)

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

  1. ā€œnumber + . + a spacingā€
## 7. Ordered list

1. ā€œnumber + . + a spacingā€

open in new window

ā€œa square bracket + a bracketā€

## 8. Link

[](https://www.vervevividness.com/)

ā€œa square bracket + a bracketā€

9. Inserting a form

The name of candidatesThe grade of interviewregected/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
:::
Last update:
Contributors: Camcute123
What do you think?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
Comments
  • Latest
  • Oldest
  • Hottest