当前位置:网站首页>Quickly use markdown to edit articles
Quickly use markdown to edit articles
2022-07-03 09:26:00 【Song infinite】
Share video
4 Minutes to learn markdown Edit the article
Preface
These two are recommended local Markdown Editor , They all support mac os、 windows、 Linux System , You can search their names (Haroopad、Typora), Find the official website to download and install .
If you are a programmer and use VScode Then you can write directly with it , Choose... When saving .md that will do .
After installed , Let's start with MD grammar :
title
One # The first level title is to add a space and a character after the sign , That is, the biggest Title . Two # The space after the sign plus the character is 2 Level title . And so on, up to 6 individual # Six level title of . Rational use of titles , The system will automatically generate an outline or directory , It's easier to use .
typeface
use 1 An asterisk or underlined word will become italicized .
use 2 An asterisk or underlined word will become bold .
use 3 Words sandwiched by an asterisk or underline will become Italic bold .
But although the original text has a new line , But there is no line break in the rendering . therefore .
The paragraph
Here are two lines , But there is no newline in the rendering , Just add... At the end of the first line 2 A space can wrap a line .
You can also wrap lines by leaving a blank line between two lines , But the spacing will be larger .
But the paragraphs are different MD The expression in the editor is different , You can use it according to your own situation .
Split line
Three consecutive asterisks or minus signs can be generated , This is a MD Split line is a simple and convenient form .
Delete line
With two ~ Clamped fonts will be crossed .
Underline
use u The characters clamped by the label will be underlined .
Another explanation MD You can also use HTML Grammar to write .
footnote
Wrap in square brackets ^ Add numbers or letters to create , Then add English colons and spaces in the same form, and then write the details of the annotation . But be careful : The footnote explanation corresponds to the footnote mark in the text . Otherwise, it can't be displayed normally .
list
Unordered list use + - * Add text after the space
An ordered list uses numbers, dots, spaces, and words , At the same time, it is used in the sequence table TAB Keys can be followed by unordered sublists .
block
Use the greater than sign , If you want several layers of nesting, just type a few . But the same level nesting needs to wrap , There are two spaces left at the end of the line ( Picture annotation )
Code
Clamp the code with an inverted quotation mark
Or use tab Followed by code
Or enclose multiple lines of code with three inverted quotation marks , In addition, adding a programming language type after the initial inverted quotation marks can highlight the syntax
link
Wrap the link name in square brackets and fill in the URL in parentheses
You can also wrap the link directly with the less than sign and the greater than sign
picture
Write the picture name with exclamation mark and square brackets and write the form of picture link in parentheses .
however MD The document itself cannot store pictures , So picture links can be local addresses or links outside the picture bed .
form
The first row generated with tabs is all columns , The second line is filled with a minus sign , The third line is the content .
Adding an English colon to the left of the minus sign in the second line is left aligned , Add to the right is right aligned , Both sides are added with play alignment .
Front-matter
For the use of MD For bloggers , This is indispensable , He is the information of the article , It will not be shown in the rendered text .
First of all, it is at the beginning of the article and is wrapped with three minus signs , among
title Add a colon and a space followed by the title of the article
date Add a colon and a space followed by the writing date
update Add a colon and a space followed by the modification date
categories Add a colon Line feed plus minus plus space followed by classification
tags Add colon and line feed Plus and minus plus spaces followed by labels
Conclusion
well ,MD The basic introduction of grammar of is over . If the video is helpful to you , Welcome three companies , Thank you for watching , I'm song , Happy new year to you all , See you next time .
边栏推荐
- 【点云处理之论文狂读经典版13】—— Adaptive Graph Convolutional Neural Networks
- 2022-2-13 learn the imitation Niuke project - Project debugging skills
- Redis learning (I)
- [kotlin learning] classes, objects and interfaces - classes with non default construction methods or attributes, data classes and class delegates, object keywords
- 2022-1-6 Niuke net brush sword finger offer
- [kotlin puzzle] what happens if you overload an arithmetic operator in the kotlin class and declare the operator as an extension function?
- 软件测试工程师是做什么的 通过技术测试软件程序中是否有漏洞
- Go language - Reflection
- Move anaconda, pycharm and jupyter notebook to mobile hard disk
- Beego learning - JWT realizes user login and registration
猜你喜欢

【点云处理之论文狂读经典版10】—— PointCNN: Convolution On X-Transformed Points

NPM install installation dependency package error reporting solution

Computing level network notes

Spark overview

【Kotlin学习】运算符重载及其他约定——重载算术运算符、比较运算符、集合与区间的约定

Data mining 2021-4-27 class notes

Detailed steps of windows installation redis

2022-2-14 learning the imitation Niuke project - send email

【Kotlin疑惑】在Kotlin类中重载一个算术运算符,并把该运算符声明为扩展函数会发生什么?

【点云处理之论文狂读经典版12】—— FoldingNet: Point Cloud Auto-encoder via Deep Grid Deformation
随机推荐
图像修复方法研究综述----论文笔记
【Kotlin学习】类、对象和接口——带非默认构造方法或属性的类、数据类和类委托、object关键字
用Redis实现分布式锁
Notes on numerical analysis (II): numerical solution of linear equations
[point cloud processing paper crazy reading cutting-edge version 12] - adaptive graph revolution for point cloud analysis
Spark 集群安装与部署
ERROR: certificate common name “www.mysql.com” doesn’t match requested host name “137.254.60.11”.
LeetCode每日一题(1162. As Far from Land as Possible)
Word segmentation in full-text indexing
[point cloud processing paper crazy reading classic version 14] - dynamic graph CNN for learning on point clouds
Overview of image restoration methods -- paper notes
[point cloud processing paper crazy reading classic version 12] - foldingnet: point cloud auto encoder via deep grid deformation
Flink学习笔记(十一)Table API 和 SQL
LeetCode每日一题(2305. Fair Distribution of Cookies)
Move anaconda, pycharm and jupyter notebook to mobile hard disk
Detailed steps of windows installation redis
Spark 结构化流写入Hudi 实践
Crawler career from scratch (3): crawl the photos of my little sister ③ (the website has been disabled)
[set theory] order relation (chain | anti chain | chain and anti chain example | chain and anti chain theorem | chain and anti chain inference | good order relation)
Explanation of the answers to the three questions