当前位置:网站首页>Markdown tutorial
Markdown tutorial
2022-07-03 00:24:00 【Extraordinary~】
Welcome to use Markdown Editor
Hello ! This is the first time you use Markdown Editor The welcome page shown . If you want to learn how to use Markdown Editor , You can read this article carefully , Get to know Markdown Basic grammar knowledge of .
New changes
We are right. Markdown The editor has some function expansion and syntax support , Except standard Markdown Editor function , We have added the following new features , Help you blog with it :
- New interface design , Will bring a new writing experience ;
- Set your favorite code highlight style in the creative center ,Markdown Highlight the selected style in the code slice display To display ;
- Added Picture drag and drop function , You can drag the local image to the editing area to display it directly ;
- all-new KaTeX The mathematical formula grammar ;
- Added support Gantt chart mermaid grammar 1 function ;
- Added Multi screen editing Markdown Article function ;
- Added Focus writing mode 、 Preview Mode 、 Concise writing mode 、 Left and right area synchronous roller settings And so on , The function button is located between the editing area and the preview area ;
- Added Checklist function .
Function shortcut
revoke :Ctrl/Command + Z
redo :Ctrl/Command + Y
In bold :Ctrl/Command + B
Italics :Ctrl/Command + I
title :Ctrl/Command + Shift + H
Unordered list :Ctrl/Command + Shift + U
Ordered list :Ctrl/Command + Shift + O
Checklist :Ctrl/Command + Shift + C
Insert code :Ctrl/Command + Shift + K
Insert link :Ctrl/Command + Shift + L
Insert a picture :Ctrl/Command + Shift + G
lookup :Ctrl/Command + F
Replace :Ctrl/Command + G
Create a reasonable title , It's helpful for catalog generation
Direct input 1 Time #, And press space after , Will generate 1 Level title .
Input 2 Time #, And press space after , Will generate 2 Level title .
And so on , We support 6 Level title . Help to use TOC
Generate a perfect directory after Syntax .
How to change the style of the text
Emphasis text Emphasis text
Bold text Bold text
Tag text
Delete text
Reference text
H2O is It's liquid .
210 The result is 1024.
Insert links and pictures
link : link.
picture :
Picture with size :
Centered picture :
A picture centered and dimensioned :
Of course , In order to make users more convenient , We've added image drag .
How to insert a beautiful piece of code
Go to Blog settings page , Choose a highlight style you like , Here's the same highlight Code chip
.
// An highlighted block
var foo = 'bar';
Generate a list that suits you
- project
- project
- project
- project
- project 1
- project 2
- project 3
- Planning tasks
- To complete the task
Create a table
This is how a simple table is created :
project | Value |
---|---|
The computer | $1600 |
mobile phone | $12 |
A catheter | $1 |
Set content center 、 be at the left side 、 be at the right
Use :---------:
In the middle
Use :----------
be at the left side
Use ----------:
be at the right
First column | Second column | The third column |
---|---|---|
Center first column of text | Second column text right | Third column text left |
SmartyPants
SmartyPants take ASCII Punctuation character to “ intelligence ” Print punctuation HTML Entity . for example :
TYPE | ASCII | HTML |
---|---|---|
Single backticks | 'Isn't this fun?' | ‘Isn’t this fun?’ |
Quotes | "Isn't this fun?" | “Isn’t this fun?” |
Dashes | -- is en-dash, --- is em-dash | – is en-dash, — is em-dash |
Create a custom list
- Markdown
- Text-to- HTML conversion tool Authors
- John
- Luke
How to create a footnote
A text with footnotes .2
Annotation is also essential
Markdown Convert text to HTML.
KaTeX The mathematical formula
You can use rendering LaTeX Mathematical expression KaTeX:
Gamma Formula display Γ ( n ) = ( n − 1 ) ! ∀ n ∈ N \Gamma(n) = (n-1)!\quad\forall n\in\mathbb N Γ(n)=(n−1)!∀n∈N It's through Euler integral
Γ ( z ) = ∫ 0 ∞ t z − 1 e − t d t . \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞tz−1e−tdt.
You can find more information about LaTeX Mathematical expression here.
New Gantt chart features , Enrich your articles
- About Gantt Chart grammar , Reference resources here ,
UML Chart
have access to UML Chart rendering . Mermaid. For example, a sequence diagram generated below :
This will produce a flowchart .:
- About Mermaid grammar , Reference resources here ,
FLowchart flow chart
We will still support flowchart Flow chart of :
- About Flowchart flow chart grammar , Reference resources here .
Export and import
export
If you want to try this editor , You can edit this article at will . When you finish writing an article , Find... On the top toolbar Article export , Generate a .md Documents or .html File for local storage .
Import
If you want to load an article you've written .md file , In the upper toolbar, you can select the import function to import the file with the corresponding extension ,
Continue your work .
Explanation of footnotes ︎
边栏推荐
- Improvement of RTP receiving and sending PS stream tool (II)
- S12. Verify multi host SSH mutual access script based on key
- Interface difference test - diffy tool
- 教育学大佬是怎么找外文参考文献的?
- Digital twin smart factory develops digital twin factory solutions
- MySQL 23道经典面试吊打面试官
- 哪些软件可以整篇翻译英文论文?
- Feature Engineering: summary of common feature transformation methods
- 来自数砖大佬的 130页 PPT 深入介绍 Apache Spark 3.2 & 3.3 新功能
- yolov5detect. Py comment
猜你喜欢
监控容器运行时工具Falco
Feature Engineering: summary of common feature transformation methods
带角度的检测框 | 校准的深度特征用于目标检测(附实现源码)
35 pages dangerous chemicals safety management platform solution 2022 Edition
[shutter] Introduction to the official example of shutter Gallery (project introduction | engineering construction)
Explain in detail the process of realizing Chinese text classification by CNN
JS interviewer wants to know how much you understand call, apply, bind no regrets series
Matlab 信号处理【问答笔记-1】
多进程编程(二):管道
Talk with the interviewer about the pit of MySQL sorting (including: duplicate data problem in order by limit page)
随机推荐
TypeError: Cannot read properties of undefined (reading ***)
Nc50528 sliding window
Chinatelecom has maintained a strong momentum in the mobile phone user market, but China Mobile has opened a new track
Andorid 获取系统标题栏高度
[shutter] shutter photo wall (center component | wrap component | clickrrect component | stack component | positioned component | button combination component)
Confluence的PDF导出中文文档异常显示问题解决
Unique line of "Gelu"
NC50965 Largest Rectangle in a Histogram
NC50528 滑动窗口
Multiprocess programming (II): Pipeline
多进程编程(二):管道
Pytorch里面多任务Loss是加起来还是分别backward?
AcWing_ 188. Warrior cattle_ bfs
JSON转换工具类
接口差异测试——Diffy工具
MySQL 23道经典面试吊打面试官
Where can I find foreign papers?
教育学大佬是怎么找外文参考文献的?
Introduction of UART, RS232, RS485, I2C and SPI
Question e: merged fruit -noip2004tgt2