Post

Markdown

Markdown study record

这是一个注释

字体

  • 粗体
  • 斜体
  • 粗体+斜体
1
2
3
- **粗体**
- *斜体*
- ***粗体+斜体***

代码

内置代码 printf()
代码块

1
这是一个代码块

图片与链接

图片

不带链接的图片

不带链接的图片
带链接的图片

带链接的图片

指定图片位置

图片位置

1
2
3
4
5
6
7
8
9
![不带链接的图片](../assets/img/avatar.jpg "avater"){: width = "300", height = "700"}  
带链接的图片  

[![带链接的图片](../assets/img/lin.png "lin")](https://markdown.com.cn)

指定图片位置  

![图片位置](../assets/img/鼬.png){: .normal w="300"}

链接

这是一个链接

1
**[这是一个链接](https://junycui.github.io/)**

表格

这是一个分隔线


 项目1项目2
特点12
内容12

表格中:是对齐

1
2
3
4
5
6
7
8
9
10
对应代码如下
这是一个分隔线

***
|      | 项目1 | 项目2 |
| ---- | :---: | :---: |
| 特点 |   1   |   2   |
| 内容 |   1   |   2   |

表格中`:`是对齐

公式

\[\sin^2(\theta) + \cos^2(\theta) = 1\] \[e^{i\pi} + 1 = 0\]
$$
\sin^2(\theta) + \cos^2(\theta) = 1 
$$
  
$$
e^{i\pi} + 1 = 0
$$

提示词

An example showing the tip type prompt.

An example showing the info type prompt.

An example showing the warning type prompt.

An example showing the danger type prompt.

An example showing the box-info type prompt.

An example showing the box-tip type prompt.

An example showing the box-warning type prompt.

An example showing the box-danger type prompt.

本地使用Jekyll

1
jekyll serve 
This post is licensed under CC BY 4.0 by the author.