当前位置:网站首页>Markdown concise grammar manual
Markdown concise grammar manual
2022-07-29 08:18:00 【The way of code】
1. Italics and bold
Use * and ** Indicates italics and bold .
Example :
This is a Italics , This is a bold .
2. Rating title
Use === Indicates the first level title , Use — Indicates the secondary title .
Example :
This is a first level title
============================
This is a secondary title
--------------------------------------------------
### This is a three-level title
You can also choose to add a pound sign at the beginning of the line to indicate different levels of titles (H1-H6), for example :# H1, ## H2, ### H3,#### H4.
3. External links
Use [ describe ]( Link address ) Add external links to text .
Example :
This is to go My account number Link to .
4. Unordered list
Use *,+,- Represents an unordered list .
Example :
- Unordered list items One
- Unordered list items Two
- Unordered list items 3、 ... and
5. Ordered list
Use numbers and dots to represent an ordered list .
Example :
- There are sequence items One
- There are sequence items Two
- There are sequence items 3、 ... and
6. Quotation
Use > To express a quotation .
Example :
Wildfires are endless , The spring breeze blows again .
7. In line code block
Use ` Code ` Represents an inline code block .
Example :
Let's talk about html.
8. Code block
Use Four indented spaces Represents a code block .
Example :
This is a code block , There are four invisible spaces to the left of this line .
9. Insert image
Use !\[ describe ]( Picture link address ) Insert image .
Learn more about programming , Please pay attention to my official account :

边栏推荐
- Official tutorial redshift 01 basic theoretical knowledge and basic characteristics learning
- Proteus simulation based on msp430f2491
- 110 MySQL interview questions and answers (continuously updated)
- Compatible with cc1101/cmt2300-dp4301 sub-1g wireless transceiver chip
- Unity beginner 3 - enemy movement control and setting of blood loss area (2D)
- [beauty of software engineering - column notes] 28 | what is the core competitiveness of software engineers? (next)
- Arduino uno error analysis avrdude: stk500_ recv(): programmer is not responding
- Simulation of four way responder based on 51 single chip microcomputer
- [beauty of software engineering - column notes] 24 | technical debt: continue to make do with it, or overthrow it and start over?
- Dp1332e multi protocol highly integrated contactless read-write chip
猜你喜欢

Unity shader learning (VI) achieving radar scanning effect

Compatible with cc1101/cmt2300-dp4301 sub-1g wireless transceiver chip
![[beauty of software engineering - column notes] 24 | technical debt: continue to make do with it, or overthrow it and start over?](/img/09/296185ae299bec898b8bbe9cfc993f.png)
[beauty of software engineering - column notes] 24 | technical debt: continue to make do with it, or overthrow it and start over?

Unicode private use areas

Unity beginner 4 - frame animation and protagonist attack (2D)

ROS tutorial (Xavier)

分段分页以及段页结合

Cluster usage specification

node:文件写入数据(readFile、writeFile),覆盖与增量两种模式

Background management system platform of new energy charging pile
随机推荐
Gan: generate adversarial networks
110道 MySQL面试题及答案 (持续更新)
commonjs导入导出与ES6 Modules导入导出简单介绍及使用
Character shader exercise
Brief introduction and use of commonjs import and export and ES6 modules import and export
Collation of ml.net related resources
Unity多人联机框架Mirro学习记录(一)
【NOI模拟赛】计算几何(凸包,暴力,并查集)
DC motor control system based on DAC0832
Arduino uno error analysis avrdude: stk500_ recv(): programmer is not responding
Cs5340 domestic alternative dp5340 multi bit audio a/d converter
[robomaster] control RM motor from scratch (2) -can communication principle and electric regulation communication protocol
Unity multiplayer online framework mirror learning record (I)
Phy6252 is an ultra-low power Bluetooth wireless communication chip for the Internet of things
MySQL中的时间函数
node:文件写入数据(readFile、writeFile),覆盖与增量两种模式
Network Security Learning chapter
Lora opens a new era of Internet of things -asr6500s, asr6501/6502, asr6505, asr6601
Ga-rpn: recommended area network for guiding anchors
【学术相关】为什么很多国内学者的AI的论文复现不了?