Typora initial use

ctrl 0 ~ 6 from plain text to the header 6

A title

Subheadings

Three title

Four title

Five title
Six title

Italic, bold, strikethrough

ctrl i are in italics

ctrl b is bold

shift alt 5 is strikethrough

Inline code block, code block

The shift ctrl tab key row above that code block

cout << "hello";

Add three floating key block No.

#include<iostream>
using namespace std;
int main()
{
    return 0;
}

Hyperlinks

ctrl k

www.baidu.com

form

ctrl t

birthday Full name student ID

Quote

ctrl shift q

Or>

Quote

Insert Picture

shift ctrl i

Disorderly orderly, task list:

1. unordered list

  • - Space
  • * Space
  • + Space

  • tab key may be added to the list on the basis of a two unordered list, the list of up to three

2. ordered list

1. Space

  1. A
  2. B
  3. C

3. Task List

- Space [] spaces

  • [X] morning wake up drink a glass of water
  • [] At night before going to bed to remember words

Table and subscripts

x<sup>2</sup>

the X- 2

a<sub>2</sub>

of a 2

Display HTML tags

Before adding the tag
<span>

Build directory

\ Enter

[TOC]

img tag

<Img src = "Picture address" width = "200px"> </ img>

test

Flowchart (digging)

The flowchart and code blocks using the same

Commonly used are:

  • flowchart
  • mermaid
  • sequence

Guess you like

Origin www.cnblogs.com/huochemeiyouhuo/p/11204364.html