Markdown
Markdown study record
这是一个注释
字体
- 粗体
- 斜体
- 粗体+斜体
1
2
3
- **粗体**
- *斜体*
- ***粗体+斜体***
代码
内置代码 printf()
代码块
1
这是一个代码块
图片与链接
图片
不带链接的图片
指定图片位置
1
2
3
4
5
6
7
8
9
{: width = "300", height = "700"}
带链接的图片
[](https://markdown.com.cn)
指定图片位置
{: .normal w="300"}
链接
1
**[这是一个链接](https://junycui.github.io/)**
表格
这是一个分隔线
| 项目1 | 项目2 | |
|---|---|---|
| 特点 | 1 | 2 |
| 内容 | 1 | 2 |
表格中:是对齐
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
tiptype prompt.
An example showing the
infotype prompt.
An example showing the
warningtype prompt.
An example showing the
dangertype prompt.
An example showing the
box-infotype prompt.
An example showing the
box-tiptype prompt.
An example showing the
box-warningtype prompt.
An example showing the
box-dangertype prompt.
本地使用Jekyll
1
jekyll serve
This post is licensed under CC BY 4.0 by the author.

