当前位置:网站首页>Markdown基础语法
Markdown基础语法
2022-07-02 17:53:00 【今天不学习,明天变腊鸡】
Markdown语法
1.标题
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
演示效果如下:
2.列表
2.1无序列表
- list1
- list2
- list3
- ltem1
- item2
效果图如下:
- list1
- list2
- list3
- ltem1
- item2
2.2有序列表
1. list1
2. list2
2.1 list
效果图如下:
- list1
- list2
2.1 list
3.代码
```php
$x = 1234
echo $x;
``
`
效果如下:
$x = 1234
echo $x;
4.表格
|id|name|email|salary|
|---:|---:|---|---|
|1|杨过|yk.com|无|
|2|yk|信息.com|无|
:在哪边就向哪边对齐,两边都有就中间对齐
|-:|右边对齐
|:-|左边对齐
|:-:|居中对齐
效果图如下:
| id | name | salary | |
|---|---|---|---|
| 1 | 杨过 | yk.com | 无 |
| 2 | yk | 信息.com | 无 |
5.图片与链接
5.1图片

效果图如下:
5.2链接
[名字](链接)
效果图如下:
边栏推荐
- 问题包含哪些环节
- The R language dplyr package rowwise function and mutate function calculate the maximum value of multiple data columns in each row in the dataframe data, and generate the data column (row maximum) cor
- Tips for material UV masking
- M2dgr: slam data set of multi-source and multi scene ground robot (ICRA 2022)
- The second bullet of AI development and debugging series: the exploration journey of multi machine distributed debugging
- 材质UV遮罩的技巧
- ORA-01455: converting column overflows integer datatype
- How to delete the border of links in IE? [repeat] - how to remove borders around links in IE? [duplicate]
- 全链路数字化转型下,零售企业如何打开第二增长曲线
- 【每日一题】第一天
猜你喜欢

M2DGR:多源多场景 地面机器人SLAM数据集(ICRA 2022 )

Hospital online inquiry source code hospital video inquiry source code hospital applet source code

MySQL advanced learning summary 7: MySQL data structure - Comparison of hash index, AVL tree, B tree and b+ tree

M2dgr: slam data set of multi-source and multi scene ground robot (ICRA 2022)

How to enable the run dashboard function of idea

电商系统中常见的 9 大坑,你踩过没?

Excel finds the same value in a column, deletes the row or replaces it with a blank value

故障排查:kubectl报错ValidationError: unknown field \u00a0

【测试开发】软件测试—概念篇

Kubernetes three open interfaces first sight
随机推荐
@Component cannot get Dao layer
M2DGR:多源多场景 地面机器人SLAM数据集(ICRA 2022 )
QT中的QPropertyAnimation使用和toast案列
M2dgr: slam data set of multi-source and multi scene ground robot (ICRA 2022)
R语言使用epiDisplay包的cox.display函数获取cox回归模型汇总统计信息(风险率HR、调整风险率及其置信区间、模型系数的t检验的p值、Wald检验的p值和似然比检验的p值)、汇总统计
Yesterday, Alibaba senior wrote a responsibility chain model, and there were countless bugs
Transformation of thinking consciousness is the key to the success or failure of digital transformation of construction enterprises
LightGroupButton* sender = static_ cast<LightGroupButton*>(QObject::sender());
Learning summary of MySQL advanced 6: concept and understanding of index, detailed explanation of b+ tree generation process, comparison between MyISAM and InnoDB
Redis (7) -- database and expiration key
SLAM|如何时间戳对齐?
Masa framework - DDD design (1)
STM32G0 USB DFU 升级校验出错-2
R language uses the lsnofunction function function of epidisplay package to list all objects in the current space, except user-defined function objects
R language ggplot2 visualization: gganimate package creates dynamic histogram animation (GIF) and uses transition_ The States function displays a histogram step by step along a given dimension in the
【测试开发】一文带你了解什么是软件测试
Talk about the design of red envelope activities in e-commerce system
Stm32g0 USB DFU upgrade verification error -2
消息队列消息丢失和消息重复发送的处理策略
Websocket of Web real-time communication technology