当前位置:网站首页>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 :
边栏推荐
- Introduction to sap s/4hana OData mock service
- The student Tiktok publicized that his alma mater was roast about "reducing the seal of enrollment". Netizen: hahahahahahahaha
- 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
- [100 cases of JVM tuning practice] 01 - introduction of JVM and program counter
- The second bullet of AI development and debugging series: the exploration journey of multi machine distributed debugging
- Progress progress bar
- How can retail enterprises open the second growth curve under the full link digital transformation
- 【JVM调优实战100例】02——虚拟机栈与本地方法栈调优五例
- "Patient's family, please come here" reading notes
- R语言ggplot2可视化:gganimate包创建动态柱状图动画(gif)、使用transition_states函数在动画中沿给定维度逐步显示柱状图
猜你喜欢
The difference between interceptor and filter
Introduction to the paper | analysis and criticism of using the pre training language model as a knowledge base
新手必看,点击两个按钮切换至不同的内容
仿京东放大镜效果(pink老师版)
[100 cases of JVM tuning practice] 02 - five cases of virtual machine stack and local method stack tuning
Imitation Jingdong magnifying glass effect (pink teacher version)
Stm32g0 USB DFU upgrade verification error -2
Thoroughly understand the point cloud processing tutorial based on open3d!
新手必看,點擊兩個按鈕切換至不同的內容
彻底搞懂基于Open3D的点云处理教程!
随机推荐
PyTorch函数中的__call__和forward函数
Introduction to the paper | application of machine learning in database cardinality estimation
How to enable the run dashboard function of idea
Stm32g0 USB DFU upgrade verification error -2
Fastdfs installation
SQL training 2
页面标题组件
Exness in-depth good article: dynamic series - Case Analysis of gold liquidity (V)
What is 9D movie like? (+ common sense of dimension space)
Excel finds the same value in a column, deletes the row or replaces it with a blank value
How can retail enterprises open the second growth curve under the full link digital transformation
R language uses Cox of epidisplay package Display function obtains the summary statistical information of Cox regression model (risk rate HR, adjusted risk rate and its confidence interval, P value of
MySQL advanced learning summary 7: MySQL data structure - Comparison of hash index, AVL tree, B tree and b+ tree
R语言使用epiDisplay包的cox.display函数获取cox回归模型汇总统计信息(风险率HR、调整风险率及其置信区间、模型系数的t检验的p值、Wald检验的p值和似然比检验的p值)、汇总统计
Looking for innocence in New York -- a beautiful day at the discovery center of Legoland, New Jersey
《病人家属,请来一下》读书笔记
拦截器与过滤器的区别
教程篇(5.0) 09. RESTful API * FortiEDR * Fortinet 网络安全专家 NSE 5
彻底搞懂基于Open3D的点云处理教程!
SLC、MLC、TLC 和 QLC NAND SSD 之间的区别:哪个更好?