当前位置:网站首页>[markdown notes]
[markdown notes]
2022-04-23 16:58:00 【Lily's autumn】
1. Title Grammar
= perhaps - Mark and or secondary title
eg:
First level title
========
Secondary title
--------------
# The number can mark 1-6 Level title , The first level Title corresponds to a # Number , It's similar to ……
eg:
# First level title
## Secondary title
### Three level title
2. Picture grammar

eg:
3. Paragraph grammar
Line break ------2 More than spaces + Enter key
Start a new paragraph ------ Add a blank line
4. Font Syntax
One */- The sign indicates Italic , Two */- For bold , Three */- Indicates bold italics .
* Italic text *
_ Italic text _
** Bold text **
__ Bold text __
*** Text in bold italics ***
___ Text in bold italics ___
5. Separator Syntax
Use more than three asterisks in a line 、 minus sign 、 Bottom line to create a separation line , There must be no other characters in the line .
You can also insert spaces between asterisks or minus signs .
***
* * *
*****
- - -
----------
Be careful , Here is the output divider , That is, a horizontal separation line , Not the symbol itself .
6. Strikethrough syntax
Add two... At both ends of the character ~~ Wave line is enough .
eg:
~~BAIDU.COM~~
7. Underline Syntax
Use similar to HTML, Add... At both ends of the character <u></u>.
8. Footnote grammar
[^ The text to be noted ]
The footnotes here feel like superscripts .
9. List syntax
Unordered list :*、+、- Add space
Ordered list : Number plus . The sign means
Nested list : Add... Before the sub list 4 A space
10. Block syntax
Use... At the beginning of the paragraph > Symbol plus a space
Can be more > nesting , You can also join the list and nest with each other .
11. Link Syntax
[ Link name ]( Link address ) perhaps < Link address >
eg: This is a link [ Baidu ](https://www.baidu.com)
12. Code syntax
Wrap in backquotes
eg:`printf()`
Code block use 4 A space or tab key .
It can also be used. ``` Package a piece of code , And designate a language ( Or not ):
```javascript
$(document).ready(function () {
alert('RUNOOB');
});
```
13. Table Syntax
A little , The form is too complicated , How troublesome! , Another way .
14. Other skills
版权声明
本文为[Lily's autumn]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230555126839.html
边栏推荐
- Mock test using postman
- 关于局域网如何组建介绍
- Nodejs reads the local JSON file through require. Unexpected token / in JSON at position appears
- Pycham connects to the remote server and realizes remote debugging
- Shell脚本——Shell编程规范及变量
- Production environment——
- DanceNN:字节自研千亿级规模文件元数据存储系统概述
- 织梦DEDECMS安全设置指南
- 计算饼状图百分比
- New keyword learning and summary
猜你喜欢

SQL database

Detailed explanation of file operation (2)

MySQL master-slave synchronization pit avoidance version tutorial

VLAN advanced technology, VLAN aggregation, super VLAN, sub VLAN

File upload and download of robot framework

Loggie source code analysis source file module backbone analysis

STM32__03—初识定时器

Selenium IDE and XPath installation of chrome plug-in

Milvus 2.0 détails du système d'assurance de la qualité

Use itextpdf to intercept the page to page of PDF document and divide it into pieces
随机推荐
Shell脚本——Shell编程规范及变量
VLAN advanced technology, VLAN aggregation, super VLAN, sub VLAN
Installing labellmg tutorial in Windows
Paging SQL
Detailed explanation of Milvus 2.0 quality assurance system
Zhongang Mining: Fluorite Flotation Process
Construction of promtail + Loki + grafana log monitoring system
Modify the test case name generated by DDT
How to choose the wireless gooseneck anchor microphone and handheld microphone scheme
First knowledge of go language
【解决报错】Error in v-on handler: “TypeError: Cannot read property ‘resetFields’ of undefined”
Variable length parameter__ VA_ ARGS__ Macro definitions for and logging
Detailed explanation of Niuke - Gloves
Redis docker installation
伪分布安装spark
关于局域网如何组建介绍
面试百分百问到的进程,你究竟了解多少
Nodejs installation and environment configuration
Linux MySQL data timing dump
Blue Bridge Cup provincial road 06 -- the second game of the 12th provincial competition