markdown 入门知识

markdown支持html标签,一些显示效果可以借助html标签实现

粗体

**粗体**

粗体

斜体

*斜体*

斜体

粗斜体

***粗体斜体结合体***

粗体斜体结合体

删除字

~~18禁勿看~~

18禁勿看

行间代码

`这是行间代码`

这是行间代码

标题

# 一级标题
## 二级标题
### 三级标题
#### 四级标题

超链接

[链接](www.baidu.com "click me")

链接

引用

> 这是引用  nice day
>
> > 这是引用里的引用

这是引用 nice day

这是引用里的引用

有序列表

1. 有序列表 the first item
2. the second item
3. the third item
4. the fourth item
  1. 有序列表 the first item
  2. the second item
  3. the third item
  4. the fourth item

无序列表

- 无序列表
- I love cat
- cat love fish
- fish love swim
  • 无序列表
  • I love cat
  • cat love fish
  • fish love swim

待办事项

- [x] new year,new future
  - [x] climb the hill
  - [ ] meet my goddress
  - [x] finish
  - [ ] no do
  • [x] new year,new future
    • [x] climb the hill
    • [ ] meet my goddress
    • [x] finish
    • [ ] no do

插入图片

![](https://www.jianguoyun.com/static/images/logo.png)

logo.png

脚注

I am sort my note。[^tag1]
[^tag1]: Can you see me ?

I am sort my note。1

链接引用

some userful website like [Google][1],[Baidu][2],[Yahoo][3]
[1]: www.google.com "Google"
[2]: www.baidu.com  "Baidu"
[3]: cn.bing.com    "Yahoo"

the userful website like Google,Baidu,Yahoo

水平分割线

------

表格

| 表格  | hello | word      |
| :---- | ----- | --------- |
| world | work  | perfect   |
| money | hard  | beautiful |
表格helloword
worldworkperfect
moneyhardbeautiful

公式块

$$
x^{y^z}=E_e+\frac{a}{b}-\sqrt[3]{4}
$$

$$
x^{y^z}=E_e+\frac{a}{b}-\sqrt3{4}
$$

  • ^ 表示上标
  • _ 表示下标
  • 上下标的内容多于一个字符,用 {}括成一个整体
  • \frac {分子} {分母}
  • \sqrt [根指数,省略时为2] {被开方数}s

内容目录

[TOC]

HTML 显示

HTML表格 单元格合并

<table>
  <tr>
    <th>项目1</th>
    <th>项目2</th>
    <th>项目3</th>
  </tr>
  <tr>
    <td>a1</td>
    <td colspan="2">a2</td>
  </tr>
  <tr>
    <td rowspan="2">b1</td>
    <td>b2</td>
    <td>b3</td>
  </tr>
  <tr>
    <td>c2</td>
    <td>c3</td>
  </tr>
</table>
项目1项目2项目3
a1a2
b1b2b3
c2c3

上标 & 下标

2<sup>10</sup>=1024

log<sub>2</sub>2=1

210=1024

log22=1

向上取整 & 向下取整

向上取整: ⌈⌉

向下取整: ⌊⌋


  1. Can you see me ?

转载于:https://www.cnblogs.com/whiteHand/p/10752641.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值