当前位置:网站首页>Common markdown grammar learning
Common markdown grammar learning
2022-04-23 07:49:00 【Night sky】
Commonly used Markdown Grammar learning
@[TOC]( title )
The function of this tag is to integrate the title of the following content at the beginning of the article , Click to jump directly to the content of the specified title , If you don't add this , No blue jump title will be generated
1、 title
#+ Space + title Represents the first level title
##+ Space + title Represents the secondary title
###+ Space + title Represents a three-level title
2、 typeface
bold : Add two on each side of the content * Number , as follows :
** bold **
bold
Italics : Add one on each side of the content * Number , as follows :
* Italics *
Italics
Rough italics : Add three on each side of the content * Number , as follows :
*** Rough italics ***
Rough italics
Font dash : Add two on each side of the content ~ Number , as follows :
~~ Underline ~~
Underline
Mark : Add two on each side of the content = Number , as follows :
== Mark ==
Mark
3、 quote
quote : Add a... Before the content >+ Space , as follows :
> quote
Here is the quote
4、 Split line
Split line : Three minus signs or three * Number
***
---
5、 picture
picture : Exclamatory mark +[ Picture description ]+( Picture path size x size ) as follows :

6、 Hyperlinks
Hyperlinks :[ Hyperlink description ]+( Hyperlink path ) as follows :
[ Hyperlink description ]( Hyperlink path )
link : Hyperlinks
7、 list
Unordered list : minus sign + Space + Content , Add two spaces or tab You can indent , as follows :
- list
- project
- project
- project
- project
Ordered list : Numbers +.+ Space + Content , The sequence number is incremented from the value of the first item , It has nothing to do with the following values :
1. list
- project 1
- project 2
- project 3
8、 form
form : The table needs at least three rows , First line header , The second row is tabular , The third line and more are the contents of the table , For each column | separate , Format column | Fill in the middle with a minus sign -- , Add a colon at the beginning or a minus sign at the end of : You can put the content on the left or right :
|1|2|3|
|:--|--|--:|
|111|222|333|
1 | 2 | 3 |
---|---|---|
111 | 222 | 333 |
9、 Code
Add three... Before and after the content of the code ` Number , Add code type after the first three symbols , such as javascript/java/c/c++
```javascript
// An highlighted block
var foo = 'bar';
```
// An highlighted block
var foo = 'bar';
10、 Footnotes
A text with footnotes .1, Footnotes are sorted automatically 1234
[^+ Footnote name +]
[^+ Footnote name +]+:+ Explanation of footnotes as follows : Although I named it 2, But it will automatically become 1
A text with footnotes .[^2]
[^2]: Explanation of footnotes
11、 notes
Be careful , Note content and normal content should be separated by spaces , Otherwise, it will not take effect
Markdown Convert text to HTML.
*+[ The comment ]+:+ Explanation : as follows
*[Markdown]:Markdown
*[HTML]: Hypertext markup language
Explanation of footnotes ︎
版权声明
本文为[Night sky]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230627211295.html
边栏推荐
- C#使用拉依达准则(3σ准则)剔除异常数据(.Net剔除一组数据中的奇异值)
- Teach-Repeat-Replan: A Complete and Robust System for Aggressive Flight in Complex Environments
- Solve the problem of deploying mysql8 in docker with correct password but unable to log in to MySQL
- js之函数的两种声明方式
- 反转链表练习
- js之DOM学习获取元素
- ES6 uses recursion to implement deep copy
- 简单理解==和equals,String为什么可以不用new
- Scrapy 修改爬虫结束时统计数据中的时间为当前系统时间
- Game assisted script development journey
猜你喜欢
SQL sorts string numbers
How does Apache Hudi accelerate traditional batch mode?
Robust and Efficient Quadrotor Trajectory Generation for Fast Autonomous Flight
ABAP 从CDS VIEW 发布OData Service示例
中间人环境mitmproxy搭建
Configure NPM
Custom time format (yyyy-mm-dd HH: mm: SS week x)
Redis connection error err auth < password > called without any password configured for the default user
Install and configure Taobao image NPM (cnpm)
Super classic & Programming Guide (red and blue book) - Reading Notes
随机推荐
解决在docker中部署mysql8, 密码正确但无法登陆MySQL问题
C#控制相机,旋转,拖拽观察脚本(类似Scenes观察方式)
Unable to process jar entry [module info. Class]
Use of command line parameter passing library argparse
canvas学习第一篇
webflux文件上传下载
js之什么是事件?事件三要素以及操作元素
快速排序
移动端布局(3D转换、动画)
Scrapy modifies the time in the statistics at the end of the crawler as the current system time
ABAP CDS VIEW WITH ASSOCIATION示例
FSM finite state machine
Page dynamic display time (upgraded version)
C SVG path parser of xamarin version
取得所有点列表中的最大值GetMaxPoint
二叉树的深度
'NPM' is not an internal or external command, nor is it a runnable program or batch file
移动布局(flex布局、视口标签)
Encapsulate the debug function of unity
SampleCameraFilter