当前位置:网站首页>Markdown basic grammar
Markdown basic grammar
2022-07-02 19:09:00 【If you don't study today, you will become a cured chicken tomor】
Markdown grammar
1. title
# First level title
## Secondary title
### Three level title
#### The fourth level title
##### Five level titles
###### Six level title
The demonstration effect is as follows :
2. list
2.1 Unordered list
- list1
- list2
- list3
- ltem1
- item2
The renderings are as follows :
- list1
- list2
- list3
- ltem1
- item2
2.2 Ordered list
1. list1
2. list2
2.1 list
The renderings are as follows :
- list1
- list2
2.1 list
3. Code
```php
$x = 1234
echo $x;
``
`
The effect is as follows :
$x = 1234
echo $x;
4. form
|id|name|email|salary|
|---:|---:|---|---|
|1| Yang2 guo4 |yk.com| nothing |
|2|yk| Information .com| nothing |
: Align to whichever side , Both sides are aligned in the middle
|-:| Align right
|:-| Align left
|:-:| Align center
The renderings are as follows :
id | name | salary | |
---|---|---|---|
1 | Yang2 guo4 | yk.com | nothing |
2 | yk | Information .com | nothing |
5. Pictures and links
5.1 picture

The renderings are as follows :
5.2 link
[ name ]( link )
The renderings are as follows :
边栏推荐
- Mini Golf Course: a good place for leisure and tourism in London
- SQL training 2
- M2DGR:多源多场景 地面机器人SLAM数据集(ICRA 2022 )
- Golang并发编程——goroutine、channel、sync
- Processing strategy of message queue message loss and repeated message sending
- Kubernetes three open interfaces first sight
- UML 类图
- reduce--遍历元素计算 具体的计算公式需要传入 结合BigDecimal
- Leetcode (154) -- find the minimum value II in the rotation sort array
- Excel如何进行隔行复制粘贴
猜你喜欢
论文导读 | 关于将预训练语言模型作为知识库的分析与批评
材质UV遮罩的技巧
思维意识转变是施工企业数字化转型成败的关键
开发固定资产管理系统,开发固定资产管理系统用什么语音
聊聊电商系统中红包活动设计
故障排查:kubectl报错ValidationError: unknown field \u00a0
Excel finds the same value in a column, deletes the row or replaces it with a blank value
使用 Cheat Engine 修改 Kingdom Rush 中的金钱、生命、星
Leetcode (81) -- search rotation sort array II
Processing strategy of message queue message loss and repeated message sending
随机推荐
【每日一题】第一天
Industrial software lecture - core technology analysis of 3D CAD design software - the second lecture of the Forum
ICDE 2023|TKDE Poster Session(CFP)
聊聊电商系统中红包活动设计
[100 cases of JVM tuning practice] 01 - introduction of JVM and program counter
R语言ggplot2可视化分面图(facet):gganimate包基于transition_time函数创建动态散点图动画(gif)
Deep learning mathematics foundation
【JVM调优实战100例】01——JVM的介绍与程序计数器
产品经理应具备的能力
MySQL advanced learning summary 7: MySQL data structure - Comparison of hash index, AVL tree, B tree and b+ tree
R语言dplyr包rowwise函数、mutate函数计算dataframe数据中多个数据列在每行的最大值、并生成行最大值对应的数据列(row maximum)
Use cheat engine to modify money, life and stars in Kingdom rush
Google's official response: we have not given up tensorflow and will develop side by side with Jax in the future
迷你高尔夫球场:伦敦休闲旅游好去处
Singapore summer tourism strategy: play Singapore Sentosa Island in one day
思维意识转变是施工企业数字化转型成败的关键
云呐|为什么要用固定资产管理系统,怎么启用固定资产管理系统
仿京东放大镜效果(pink老师版)
Looking for innocence in New York -- a beautiful day at the discovery center of Legoland, New Jersey
C文件输入操作