当前位置:网站首页>MarkDown简明语法手册
MarkDown简明语法手册
2022-07-29 05:21:00 【代码的路】
1. 斜体和粗体
使用 * 和 ** 表示斜体和粗体。
示例:
这是 斜体,这是 粗体。
2. 分级标题
使用 === 表示一级标题,使用 — 表示二级标题。
示例:
这是一个一级标题
============================
这是一个二级标题
--------------------------------------------------
### 这是一个三级标题
你也可以选择在行首加井号表示不同级别的标题 (H1-H6),例如:# H1, ## H2, ### H3,#### H4。
3. 外链接
使用 [描述](链接地址) 为文字增加外链接。
示例:
这是去往 本人帐号 的链接。
4. 无序列表
使用 *,+,- 表示无序列表。
示例:
- 无序列表项 一
- 无序列表项 二
- 无序列表项 三
5. 有序列表
使用数字和点表示有序列表。
示例:
- 有序列表项 一
- 有序列表项 二
- 有序列表项 三
6. 文字引用
使用 > 表示文字引用。
示例:
野火烧不尽,春风吹又生。
7. 行内代码块
使用 `代码` 表示行内代码块。
示例:
让我们聊聊 html。
8. 代码块
使用 四个缩进空格 表示代码块。
示例:
这是一个代码块,此行左侧有四个不可见的空格。
9. 插入图像
使用 !\[描述](图片链接地址) 插入图像。
学习更多编程知识,请关注我的公众号:

边栏推荐
- 【语义分割】Mapillary 数据集简介
- Simple optimization of interesting apps for deep learning (suitable for novices)
- [ml] PMML of machine learning model -- Overview
- [clustmaps] visitor statistics
- 微信小程序源码获取(附工具的下载)
- Ribbon learning notes 1
- Exploration of flutter drawing skills: draw arrows together (skill development)
- Activity交互问题,你确定都知道?
- My ideal job, the absolute freedom of coder farmers is the most important - the pursuit of entrepreneurship in the future
- Performance comparison | FASS iSCSI vs nvme/tcp
猜你喜欢

【综述】图像分类网络

SSM integration

centos7 静默安装oracle

Flink, the mainstream real-time stream processing computing framework, is the first experience.

【pycharm】pycharm远程连接服务器

These process knowledge you must know

【Clustrmaps】访客统计

在uni-app项目中,如何实现微信小程序openid的获取

Exploration of flutter drawing skills: draw arrows together (skill development)

Is flutter being quietly abandoned? On the future of flutter
随机推荐
Process management of day02 operation
Detailed explanation of MySQL statistical function count
centos7 静默安装oracle
yum本地源制作
ASM插桩:学完ASM Tree api,再也不用怕hook了
Semaphore (semaphore) for learning notes of concurrent programming
ASM piling: after learning ASM tree API, you don't have to be afraid of hook anymore
SSM integration
How does PHP generate QR code?
Anr Optimization: cause oom crash and corresponding solutions
Exploration of flutter drawing skills: draw arrows together (skill development)
mysql插入百万数据(使用函数和存储过程)
[competition website] collect machine learning / deep learning competition website (continuously updated)
【Transformer】AdaViT: Adaptive Tokens for Efficient Vision Transformer
Study and research the way of programming
Spring, summer, autumn and winter with Miss Zhang (1)
【Transformer】TransMix: Attend to Mix for Vision Transformers
Nailing alarm script
【图像分类】如何使用 mmclassification 训练自己的分类模型
A preliminary study on fastjason's autotype