当前位置:网站首页>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 .
边栏推荐
- 2022-2-14 learning xiangniuke project - Session Management
- Explanation of the answers to the three questions
- Flink学习笔记(十一)Table API 和 SQL
- Idea uses the MVN command to package and report an error, which is not available
- [point cloud processing paper crazy reading classic version 10] - pointcnn: revolution on x-transformed points
- Severity code description the project file line prohibits the display of status error c2440 "initialization": unable to convert from "const char [31]" to "char *"
- Computing level network notes
- LeetCode每日一题(1856. Maximum Subarray Min-Product)
- LeetCode每日一题(1024. Video Stitching)
- WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. Prompt to upgrade pip
猜你喜欢

Trial of the combination of RDS and crawler

Hudi 数据管理和存储概述
![[point cloud processing paper crazy reading frontier version 10] - mvtn: multi view transformation network for 3D shape recognition](/img/94/2ab1feb252dc84c2b4fcad50a0803f.png)
[point cloud processing paper crazy reading frontier version 10] - mvtn: multi view transformation network for 3D shape recognition
![[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling](/img/40/e0c7bad60b19cafa467c229419ac21.png)
[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling

一款开源的Markdown转富文本编辑器的实现原理剖析

【点云处理之论文狂读前沿版9】—Advanced Feature Learning on Point Clouds using Multi-resolution Features and Learni

Move anaconda, pycharm and jupyter notebook to mobile hard disk
![[point cloud processing paper crazy reading classic version 13] - adaptive graph revolutionary neural networks](/img/61/aa8d0067868ce9e28cadf5369cd65e.png)
[point cloud processing paper crazy reading classic version 13] - adaptive graph revolutionary neural networks

Computing level network notes
![[point cloud processing paper crazy reading classic version 10] - pointcnn: revolution on x-transformed points](/img/c1/045ca010b212376dc3e5532d25c654.png)
[point cloud processing paper crazy reading classic version 10] - pointcnn: revolution on x-transformed points
随机推荐
Detailed steps of windows installation redis
数字身份验证服务商ADVANCE.AI顺利加入深跨协 推进跨境电商行业可持续性发展
npm install安装依赖包报错解决方法
Filter comments to filter out uncommented and default values
Construction of simple database learning environment
Spark structured stream writing Hudi practice
Overview of database system
Vscode编辑器右键没有Open In Default Browser选项
Notes on numerical analysis (II): numerical solution of linear equations
【点云处理之论文狂读前沿版8】—— Pointview-GCN: 3D Shape Classification With Multi-View Point Clouds
Logstash+jdbc data synchronization +head display problems
Jenkins learning (III) -- setting scheduled tasks
[point cloud processing paper crazy reading frontier version 8] - pointview gcn: 3D shape classification with multi view point clouds
LeetCode每日一题(2115. Find All Possible Recipes from Given Supplies)
[point cloud processing paper crazy reading classic version 7] - dynamic edge conditioned filters in revolutionary neural networks on Graphs
LeetCode每日一题(1856. Maximum Subarray Min-Product)
Overview of image restoration methods -- paper notes
专利查询网站
Go language - Reflection
Go language - IO project