当前位置:网站首页>Markdown 技能树(3):标题
Markdown 技能树(3):标题
2022-06-29 06:38:00 【programmer_ada】
Markdown 技能树(3):标题
Markdown 支持两种标题的语法,Setext 和 atx 形式。
Setext 形式标题
Setext 形式是用底线的形式,利用 = (一级标题)和 - (二级标题),例如:
标题1
=====
标题2
-------
会显示为
标题1
标题2
<h1>标题1</h1>
<h2>标题2</h2>
注意,Setext 形式的标题至少需要3个以上的
=或_才可以正常显示为标题样式。
Atx 形式标题
Atx 形式则是在行首插入 1 到 6 个 #(最多支持 6 级标题) ,对应到标题 1 到 6 级,例如:
# 标题1
## 标题2
#### 标题4
###### 标题6
会显示为:
标题1
标题2
标题4
标题6
小结
让我们来回顾一下标题的知识点吧:
- 标题可以使用
-=设置标题 - 可以使用
#设置标题,至多支持6级标题设置
边栏推荐
- 利用IPv6实现公网访问远程桌面
- Idea use
- Mongostat performance analysis
- WordPress adds article topping, password protection, and privacy Tags
- Exclusive download. Alibaba cloud native brings 10+ technical experts to bring new possibilities of cloud native and cloud future
- QT qframe details
- centos下配置mysql 5.7 和 8
- LeetCode_动态规划_中等_91. 解码方法
- json tobean
- Shift/space studio "Aurora" project: building a villa in the sandbox metauniverse
猜你喜欢

Effective methods for construction enterprises to select smart construction sites

RPC and RMI
![[when OSPF introduces direct connection routes, it makes a summary by using static black hole routes]](/img/a8/f77cc5e43e1885171e73f8ab543ee4.png)
[when OSPF introduces direct connection routes, it makes a summary by using static black hole routes]

Qt 程序打包发布-windeployqt工具

数字ic设计——UART

利用IPv6實現公網訪問遠程桌面

How does schedulerx help users solve distributed task scheduling problems?

json tobean

数据库-同义词

电子商务盛行,怎么提高商店转换率?
随机推荐
uva11825
Redis of NoSQL database (II): introduction to redis configuration file
Markdown 技能树(8):代码块
NoSQL数据库介绍
Mongostat performance analysis
微信小程序学习笔记(暑假)
Qt 容器类
. Net core + DDD basic layering + project basic framework + personal summary "suggestions collection"
Oscilloscope symbols
Utilisation d'IPv6 pour réaliser l'accès public au bureau distant
【翻译】Bink如何为英国一些最大的银行的数字忠诚度交易提供动力
等保备案主体是谁?在当地网安进行备案是吗?
Introduction to QT qfileinfo
你真的懂 “Binder 一次拷贝吗“?
Qt QFileInfo简介
Common status codes for page error reporting
When the soft keyboard appears, it makes my EditText field lose focus
Configuring MySQL 5.7 and 8 under CentOS
Redis de la base de données nosql (v): redis Jedis Tests
Qt 串口编程