Skip to main content

Typora guide

AlexaOriginal...About 1 minWeb designwebtypora

  • Do not use Chinese characters for file names.
  • Use hyphens instead of spaces.
  • Start the first line of the article with three dashes ---.
  • Headings should be formatted with two or three hash symbols followed by a space. Headings range from level 2 to level 6, excluding the article title.
  • Begin and end an extended section with three colons ::: and md-demo.
  • Use triple backticks with the language identifier to input code:
print("hello bornforthis")
  • To insert an image, copy-paste it, and it will automatically generate a folder named assets.
  • Create links using the format [link name](link).

1. Article Title

Article Title

Heading 2

Heading 3

Heading 4

## Heading 2

### Heading 3

#### Heading 4

2. Code

Input Code
print("hello bornforthis")
```python
print("hello bornforthis")
```

3. Image

Insert Image
image-20231222233936401
image-20231222233936401
![image-20231222233936401](./typora-guide.assets/image-20231222233936401.png)

4. Ordered and Unordered Headings, Task List

Ordered and Unordered Headings
  • Use a hyphen and space to create unordered headings.
  1. Use number + dot + space to create ordered headings.
  • [ ] Plan A: - space inside square brackets, add x: - [x]
  • [ ] Plan B
- Use a hyphen and space to create unordered headings.
1. Use number + dot + space to create ordered headings.

- [ ] Plan A: - space inside square brackets, add x: - [x]
- [ ] Plan B

5. Information Box/Tip Container

Information Box

Inside has other :::. Outside should use four colons.

Name

Important‼️

Info

Information

Note

Note

Tips

Tip

Warning

Warning

Caution

Caution

Details

Details

Inside has other :::. Outside should use four colons.

::: important Name

Important‼️

:::

::: info

Information

:::

::: note

Note

:::

::: tip

Tip

:::

::: warning

Warning

:::

::: caution

Caution

:::

::: details

Details

:::
Links
[Link Name](link)

[my website](https://axagiii.com)

7. Underline

Underline

Underline

Use <u> + ... + </u>

<u>Underline</u>

Use `<u> + ... + </u>`

8. Alignment

Alignment

Left-aligned content

Centered

Right-aligned content

Justified content

::: left

Left-aligned content

:::

::: center

Centered

:::

::: right

Right-aligned content

:::

::: justify

Justified content

:::

9. Formulas

Place commands and LaTeX syntax between $$.

2\sqrt{2}

ab\large\frac{a}{b}

i=0n22i\large\sum_{i=0}^{n}\frac{\sqrt{2}}{{2i}}

2ii=012 \sqrt{2} \\ \sum_i^{i=0}\frac{1}{2}

Place commands and LaTeX syntax between $$.

$\sqrt{2}$

$\large\frac{a}{b}$

$\large\sum_{i=0}^{n}\frac{\sqrt{2}}{{2i}}$
$$
\sqrt{2}
\\
\sum_i^{i=0}\frac{1}{2}
$$

10. Multimedia

Multimedia
<AudioPlayer src="https://theme-hope-assets.vuejs.press/files/sample.mp3" />

<AudioPlayer src="/music/sample.mp3" />

<BiliBili bvid="xxxxxxx" />

<PDF url="//theme-hope-assets.vuejs.press/files/sample.pdf" />

<VidStack src="https://vp-demo.u2sb.com/video/caminandes_03_llamigos_720p.mp4" />

<YouTube id="0JJPfz5dg20" />

<PDF url="/lecture.pdf" />

<VidStack src="https://vp-demo.u2sb.com/video/caminandes_03_llamigos_720p.mp4" />
Last update:
Contributors: alexa-gui
What do you think?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
Comments
  • Latest
  • Oldest
  • Hottest