markdown语法(持续更新中……

记录自己在学习中遇到的问题😍,持续更新中~

1、嵌入代码块

整行代码块使用三个反单引号 `(半角的~键)

行内代码块使用两个反单引号`,将代码内容夹在其间即可

2、字相关
2.1 更改颜色、字体、大小等
<font face="黑体">黑体字</font>
<font face="微软雅黑">微软雅黑</font>
<font face="STCAIYUN">华文彩云</font>
<font color=blue>蓝色</font>
<font color=#008000>绿色</font>
<font color=Red>红色</font>
<font size=5>尺寸</font>
<font face="xx" color=xxxx size=xxx>xxx</font>
查看电脑已安装的字体的方法

1、设置——字体(fonts)

2、control panel——fonts

2.2 加粗、倾斜、删除线、高亮等

①加粗

**Hello world!**

Hello world!
②倾斜

*Hello world!*

Hello world!
注:需要倾斜加粗的话,在字的左右打上三个*即可

***Hello world!***

Hello world!

3、链接语法
3.1基本语法
[文本描述](文本地址)
<y-shi23tsinghua@outlook.com>

y-shi23tsinghua@outlook.com

3.2如何链接到文本内容
<span id="example">example</span>

创建的链接是[example](#example)

比如:

[direct to the end](#end)

direct to the end

4、数学语法
4.0 插入数学符号/公式
使用“$$”插入行内公式,使用“$$(enter)$$”插入行间公式
如何在行内公式内换行

在行内之间按Enter是无法实现换行的,正确的做法应该是
在键入两个\\表示换行

$a=\sum_{m}^{n}$\\b\leqc

a = ∑ m n b ≤ c a=\sum_{m}^{n}\\b\leq c a=mnbc

更改字体:
$\mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZabc123}$

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c 123 \mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZabc123} ABCDEFGHIJKLMNOPQRSTUVWXYZabc123

4.1 希腊字母

c9d0c6bef37185f69397a3811c3e56f1

example(α):
$$
\alpha \tag1
$$

α (1) \alpha \tag1 α(1)

4.2 分式、开方、上下划线、向量

be41ccfc7f6da7a6bf3ea2402b72087d

example(除法):
$$
\frac{abc}{xyz} \tag2
$$

a b c x y z (2) \frac{abc}{xyz} \tag2 xyzabc(2)

4.3 定界符

3584ca9757b18ccda9fc2df09049b410

example(行列式):
$$
\left|\begin{matrix}
a&b&c\\
d&e&f\\
g&h&i
\end{matrix}\right|
$$

∣ a b c d e f g h i ∣ \left|\begin{matrix} a&b&c\\ d&e&f\\ g&h&i \end{matrix}\right| adgbehcfi

输入矩阵的方法
4.4 积分、连加(乘)、交并集、积分

63f120e5a92375eabbeb19290819eb53

example(Σ):
$$
\sum_{i=0}^n \frac{1}{i^2}
\prod_{i=0}^n \frac{1}{i^2}
$$

∑ i = 0 n 1 i 2 ∏ i = 0 n 1 i 2 \sum_{i=0}^n \frac{1}{i^2} \prod_{i=0}^n \frac{1}{i^2} i=0ni21i=0ni21

4.5 其他符号

在这里插入图片描述

4ab5708b902c7e815de4f4e97587aadb

7bcd894d0256856484511485f89592e3

常用的数学符号
$$
\angle
\hat{y}
\rightarrow
\Rightarrow
\Longrightarrow
\overline{a+b+c}
\overbrace{a+\underbrace{b+c}^3+d}^2
\nabla
\therefore
\because
\infity
\forall
\exists
\not=
\neq
\equiv
\leq
\geq
\in
$$

∠ y ^ → ⇒ ⟹ a + b + c ‾ a + b + c ⏟ 3 + d ⏞ 2 ∇ ∴ ∵ ∞ ∀ ∃ ≠ ≠ ≡ ≤ ≥ ∈ \angle \hat{y} \rightarrow \Rightarrow \Longrightarrow \overline{a+b+c} \overbrace{a+\underbrace{b+c}_3+d}^2 \nabla \therefore \because \infty \forall \exists \not= \neq \equiv \leq \geq \in y^→⇒⟹a+b+ca+3 b+c+d 2∴∵∞∀∃==≡≤≥∈

4.6 分段函数
 $$
 f(x) = 
 \begin{cases}
 2x,\,\,x>0\\
 3x,\,\,x\le0\\
 \end{cases}
 $$

f ( x ) = { 2 x ,    x > 0 3 x ,    x ≤ 0 f(x) = \begin{cases} 2x,\,\,x>0\\ 3x,\,\,x\le0\\ \end{cases} f(x)={2x,x>03x,x0

4.7排列组合
$C_n^m$
$A_n^m$
$\binom{m}{n}$
${m\choose n}$

C n m C_n^m Cnm
A n m A_n^m Anm
( m n ) \binom{m}{n} (nm)
( m n ) {m\choose n} (nm)

参考资料

1、数学公式 and 数学公式

The End

  • 9
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值