当前位置:网站首页>Introduction to markdown grammar
Introduction to markdown grammar
2022-06-26 04:27:00 【Evan Liu】
List of articles
One 、 title
Example :
# This is the first level title
## This is the secondary title
### This is a three-level title
#### This is the fourth level title
##### This is a five level title
###### This is a six level title
The effect is as follows :
This is the first level title
This is the secondary title
This is a three-level title
This is the fourth level title
This is a five level title
This is a six level title
Two 、 typeface
In bold
Left and right ** wrap up
Bold font
Italics
One on the left and one on the right * wrap up
Italics
Italics bold
Left and right three * wrap up
Italics bold
Delete line
Left and right ~~ wrap up
Delete content
3、 ... and 、 quote
Add... Before the quoted text > that will do . References can be nested , If you add two >> Three >>>,n individual >
Example :
> Quotes 1
>> Quotes 2
>>> Quotes 3
The effect is as follows :
Quotes 1
Quotes 2
Quotes 3
Four 、 Split line
Three or more - perhaps * Fine
Example :
---
----
***
****
The effect is as follows :
The effect is the same .
5、 ... and 、 picture
grammar :

picture alt Is the text displayed at the bottom of the picture , It's equivalent to explaining the content of the picture
picture title It's the title of the picture , What is displayed when the mouse moves over the image .title Yes, but not
Example :
- The first one is : Reference network address
- The second kind : Reference local address
[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-mkOjIzAD-1620557236814)(C:\Users\15943\Desktop\java\img\1.webp “blockchain”)]
6、 ... and 、 Hyperlinks
grammar :
[ Hyperlink name ]( Hyperlink address " Hyperlinks title")
title Yes, but not
Example :
[ Baidu ](http://baidu.com)
ctrl + single click Jump to Baidu home page
7、 ... and 、 list
Unordered list
grammar :
- List content
+ List content
* List content
Be careful : - + * There should be a space between it and the content
The effect is as follows :
- List content
- List content
- List content
Ordered list
grammar :
Digital plus dot
1. List content
2. List content
3. List content
Be careful : There should be a space between the serial number and the content
The effect is as follows :
- List content
- List content
- List content
List nesting
Knock one in front of the next level TAB that will do
- Class A
- second level
- Level three
- second level
- Class A
- second level
2. Level three
- second level
8、 ... and 、 form
grammar :
Header | Header | Header ---|:--:|---: Content | Content | Content | Content | The second line of content divides the header and content - Just one , To align , You can add a few more words to the left by default - Add on both sides : Center text - Right plus : Indicates that the text is placed on the right : Use both sides of the original grammar | wrap up . Omit here
Example :
full name | Skill | Ranking --|:--:|--: Liu bei | cry | Elder brother Guan Yu | hit | Second brother zhangfei | scold | Third brother
The effect is as follows :
full name | Skill | Ranking |
---|---|---|
Liu bei | cry | eldest brother |
Guan yu | hit | Second brother |
Zhang Fei | scold | Third brother |
Nine 、 Code
grammar :
Single line code : Wrap it in an inverted quotation mark
` Code content `
Code content
Code block : Use three backquotes to enclose
``` Code code ```
Ten 、 flow chart
```mermaid
flowchatst=>start: Start box op=>operation: Processing box cond=>condition: Judgment box ( Yes or no ?)sub1=>subroutine: Sub process io=>inputoutput: I / O box e=>end: End box st->op->condcond(yes)->io->econd(no)->sub1(right)->op&```
effect :
11、 ... and 、 The formula
- ** In line formula (inline):** use
$...$
Let's wrap up the formula , The formula will appear in the line .
a + b = c a+b=c a+b=c
- ** The formula between blocks (display):** use
$$...$$
Let's wrap up the formula ( Be careful$$
You need to change lines after ), The formula will default to the middle of the line .
y = a x + b ; a + b = c y = ax + b; a + b= c y=ax+b;a+b=c
$$
Twelve 、typora Common shortcut key
ctrl+B In bold
lookup : Ctrl+F ctrl+H Search and replace
Insert link : ctrl+k
Insert code : ctrl+Shift+k
Insert a picture : Ctrl + Shift + I
title :Ctrl+1…
Create a table : Ctrl+T
Underline :Ctrl+u
Raise the title level :ctrl+=
Lower the title level :Ctrl±
Generate Directory :[ TOC ]+ enter
Ordered list :ctrl+shift+[
Unordered list :ctrl+shift+]
Emoticons : Colon followed by symbol
边栏推荐
- BSC 及HT 等链的NFT 创造及绑定图片教程
- Install SVN in Pagoda and build SVN version Library
- 2021/11/6-burpsuit packet capturing and web page source code modification
- TP5 distinct method paging problem
- PHP design function getmaxstr to find the longest symmetric string in a string - [original]
- NFT creation and binding of BSC and HT chains
- 35 year old programmer fired Luna millions of assets and returned to zero in three days. Netizen: it's the same as gambling
- How much do you make by writing a technical book? To tell you the truth, 2million is easy!
- [从零开始学习FPGA编程-45]:视野篇 - 集成电路助力数字化时代高质量发展-2-市场预测
- Implementation of seven classes of BlockingQueue interface
猜你喜欢
Tencent Interviewer: How did binder get its system services?
MySQL enable logbin in Qunhui docker
Nailing open platform - applet development practice (nailing applet server side)
NPM installation tutorial
Computer network high frequency interview questions
Tp6 is easy to tread [original]
Threejs special sky box materials, five kinds of sky box materials are downloaded for free
Parse JSON interface and insert it into the database in batch
2021-02-07
Read / write lock for thread synchronization
随机推荐
Development prospect and investment strategic planning report of global and Chinese PVC hose industry from 2022 to 2028
Svn correlation
SQL related knowledge - DDL
Compiling and installing phpredis extension on MAC
Video label forbids downloading. The test is valid. Hide button. The test is valid at three points
Unity mobile game performance optimization spectrum CPU time-consuming optimization divided by engine modules
BSC 及HT 等链的NFT 创造及绑定图片教程
Oracle 数据泵导表
Resolve PHP is not an internal or external command
Wechat applet is bound to a dynamic array to implement a custom radio box (after clicking the button, disable the button and enable other buttons)
MySQL est livré avec l'outil de test de performance MySQL lap pour effectuer des tests de résistance
College C language final exam · multiple choice questions · summary notes of mistakes and difficulties
Threejs专用天空盒素材,五种天空盒素材免费下载
[Qunhui] Internet access + custom port
Nailing open platform - applet development practice (nailing applet client)
PIP batch complete uninstall package
Add, delete, modify and query curd in PHP native SQL
I like you!
NFT creation and binding of BSC and HT chains
C generic