当前位置:网站首页>Markdown basic grammar learning
Markdown basic grammar learning
2022-07-24 07:54:00 【Sanmao, Tuo】
Markdown Basic grammar learning
1. Title Setting :
First level title :# ( Content )
Secondary title :## ( Content )
Three level titles :### ( Content )
By analogy …
2. Font style
In bold :** ( Content )**
Italics :* ( Content ) *
Bold italics :*3 ( Content ) *3 ( Three stars )
Underline :~~ ( Content )~~
3. quote
Reference representation : > ( Content ) Such as :
The reference needs to be used at the beginning of the line !
Begin to learn markdown, Insist on making yourself stronger and stronger !
4. Split line
The dividing line indicates :*** or ----
5. Insert a picture
Insert a picture to represent :!+[ Screenshot name ]+( Screenshot address )


6. Hyperlinks
Hyperlink representation :[ Screenshot name ]+( Screenshot address )
Such as : Enter sanmaotuo's blog
7. list
Ordered list : Numbers + ‘.’ + Space
1. Do you know Taogu hualixiang ?
That's for sure
The most beautiful Japanese teacher in my heart
Unordered list : minus sign + Space
Peach Valley is the most beautiful
No doubt , Ha ha ha
8. form
Method 1 : Press the right mouse button -> Insert -> form
Method 2 :ctrl+T
Method 3 : Enter the following format ( Header + Content , Then delete the middle space in the source code mode )
| name | Gender | Birthday |
|–|--|–|
| Zhang San | male |1999.4.1|
The insertion effect is as follows :
| name | Gender | Birthday |
|---|---|---|
| Zhang San | male | 1999.4.1 |
9. Code
Insert code to indicate :```+( The language used )
package src;
public class Hello
{
public static void main(String args[])
{
System.out.println(" Begin to learn Markdown Well !");
}
}
边栏推荐
- Intelligent robots and intelligent systems (Professor Zheng Zheng of Dalian University of Technology) -- 1. robots and mobile robots
- 2021-06-03 database query - sorting
- Good programmers and bad programmers
- Use of ArrayList
- Project practice - document scanning OCR recognition
- *Code understanding * common function parsing in pytoch
- Use JMeter to analyze and test the lottery probability of the lottery interface
- Arduino's super power-saving sleep mode has worked with one 18650 battery for 17 years
- 13.Unity2D 横版 可上下左右移动的双向平台(双向行走+可移动+单独判定)+随机平台生成
- Reptile learning - Overview
猜你喜欢

Installation and use of Zen path & defect report & defect operation

NFT概念究竟是怎么回事。。全面了解NFT市场、技术和案例

Kubernetes:(一)基本概念

Thesis reading: geotransformer

学习笔记总结篇(一)

Amber tutorial A17 learning - concept
![[cloud native] MySQL index analysis and query optimization](/img/ca/79783721637641cb8225bc26a8c4a9.png)
[cloud native] MySQL index analysis and query optimization

Perceptron and multilayer neural network, back propagation and computational graph

Hegong sky team vision training Day2 - traditional vision, opencv basic operation

13. Unity2d horizontal version of two-way platform that can move up, down, left and right (two-way walking + movable + independent judgment) + random platform generation
随机推荐
Selenium basic knowledge automatically login Baidu Post Bar
[sklearn] RF cross validation out of bag data parameter learning curve grid search
Li Kou, niuke.com - > linked list related topics (Article 1) (C language)
Implement a queue with two stacks.
Install librosa using Tsinghua image
OpenGL camera and periodic review
Robot operation continuous learning thesis (1) original text reading and Translation -- primitive generation strategy learning without catastrophic forgetting in robot operation
MySQL --- 子查询 - 标量子查询
Solve the problem that Anaconda navigator cannot be opened
加密熊市:有人大举扩张 有人裁员收缩
Semantic slam: Probabilistic Data Association for semantic slam
Debug NO2 check for errors according to the process
abstract class
Vertex buffer and shader (the cherno + leranopongl) notes
Use of ArrayList
App performance test case
HCIP第七天
Kubernetes: (I) basic concepts
生成模型与判别模型
hcip第九天笔记