每次写文章,用到都要查一下的
Markdown方法,持续更新ing...
字体颜色
字体颜色 Font colors
| Decrsiption | Demonstration | Effect |
|---|---|---|
| 选择颜色名称 | <font color=Blue>Test</font> |
Test |
<font color="Blue">Test</font> |
Test | |
| 选择 16 进制颜色值 | <font color=#0000FF>Test</font> |
Test |
<font color=#"0000FF">Test</font> |
Test |
背景颜色 Background color
| Decrsiption | Demonstration | Effect |
|---|---|---|
| 选择颜色名称 | <font style=background:red>Test</font> |
Test |
<span style=background:red>Test</span> |
Test | |
| 选择 16 进制颜色值 | <font style=background:#FF0000>Test</font> |
Test |
<span style=background:#FF0000>Test</span> |
Test |
支持的颜色
支持的各种颜色名称可查看原网页表格 - 【Markdown笔记】设置字体颜色
插入一个指向文本其他部分的链接
语法为:[链接显示的内容](#连接到的文章内的部分)
()括号里面是#号后面直接跟标题的名字,只能跳转到文中某个标题的位置,不能跳转到文中某段文字的位置。
打对钩
语法为:
- [ ] Mercury
- [x] Venus
- [x] Earth (Orbit/Moon)
- [x] Mars
- [ ] Jupiter
效果: