当前位置:网站首页>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
边栏推荐
猜你喜欢

FSM finite state machine

平面定义-平面方程

The page displays the current time in real time

Scrapy 修改爬虫结束时统计数据中的时间为当前系统时间

Redis connection error err auth < password > called without any password configured for the default user

SAP 03-AMDP CDS Table Function using ‘WITH‘ Clause(Join子查询内容)

Online Safe Trajectory Generation For Quadrotors Using Fast Marching Method and Bernstein Basis Poly

向量到一个平面的投影向量

Dictionary & lt; T1,T2> Sorting problem

Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism
随机推荐
H5 local storage data sessionstorage, localstorage
05数组的使用
MySQL8. 0 installation / uninstallation tutorial [window10 version]
03Scanner类的使用(控制台输入)
企业微信免登录跳转自建应用
Dropping Pixels for Adversarial Robustness
索引被锁数据无法写入ES问题处理
Page dynamic display time (upgraded version)
Redis connection error err auth < password > called without any password configured for the default user
How does Apache Hudi accelerate traditional batch mode?
读取修改resource文件夹下的json文件
js之DOM事件
The page displays the current time in real time
大学学习路线规划建议贴
Install and configure Taobao image NPM (cnpm)
IDEA快捷键
Solve the problem of deploying mysql8 in docker with correct password but unable to log in to MySQL
The problem of exporting excel form with wireframe and internal spacing of form by using web form
One of event management
Window10版MySQL设置远程访问权限后不起效果