当前位置:网站首页>How to use the markdown editor
How to use the markdown editor
2022-06-25 11:21:00 【Anonymous & Xiaoyu】
Welcome to use Markdown Editor, blog
Ben Markdown Editor use StackEdit To modify , Use it to blog , It will bring a brand new experience :
- Markdown And extend Markdown Simple grammar
- Code block highlight
- Picture links and picture Uploads
- LaTex The mathematical formula
- UML Sequence diagrams and flow charts
- Blogging offline
- Import and export Markdown file
- Rich shortcuts
Shortcut key
- In bold
Ctrl + B - Italics
Ctrl + I - quote
Ctrl + Q - Insert link
Ctrl + L - Insert code
Ctrl + K - Insert a picture
Ctrl + G - Raise the title
Ctrl + H - Ordered list
Ctrl + O - Unordered list
Ctrl + U - Horizontal line
Ctrl + R - revoke
Ctrl + Z - redo
Ctrl + Y
Markdown And expansion
Markdown It's a lightweight markup language , It allows people to write documents in plain text format that is easy to read and write , Then convert it to rich format HTML page . —— [ Wikipedia ]
Use simple symbols to identify different titles , Mark some words as bold perhaps Italics , Create a link etc. , Detailed grammar reference help ?.
This editor supports Markdown Extra , Expanded a lot of useful functions . Please refer to Github.
form
Markdown Extra Table Syntax :
| project | Price |
|---|---|
| Computer | $1600 |
| Phone | $12 |
| Pipe | $1 |
You can use colons to define alignment :
| project | Price | Number |
|---|---|---|
| Computer | 1600 element | 5 |
| Phone | 12 element | 12 |
| Pipe | 1 element | 234 |
### Definition list
Markdown Extra Define list syntax :
project 1
project 2
: Definition A
: Definition B
- project 3
Definition C
Definition D
Definition D Content
Code block
Code block syntax follows the standard markdown Code , for example :
@requires_authorization
def somefunc(param1='', param2=0):
'''A docstring'''
if param1 > param2: # interesting
print 'Greater'
return (param2 - param1 + 1) or None
class SomeClass:
pass
>>> message = '''interpreter ... prompt'''
### footnote
Generate a footnote 1.
Catalog
use [TOC] To generate the directory :
List of articles
The mathematical formula
Use MathJax Rendering LaTex The mathematical formula , See math.stackexchange.com.
- In line formula , The mathematical formula is : Γ ( n ) = ( n − 1 ) ! ∀ n ∈ N \Gamma(n) = (n-1)!\quad\forall n\in\mathbb N Γ(n)=(n−1)!∀n∈N.
- Block level formulas :
x = − b ± b 2 − 4 a c 2 a x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} x=2a−b±b2−4ac
more LaTex Please refer to here .
UML chart :
You can render sequence diagrams :
Or flow chart :
- About Sequence diagram grammar , Reference resources here ,
- About flow chart grammar , Reference resources here .
Blogging offline
Even if users don't have a network , You can also blog offline through this editor ( Type directly in the browser you've used write.blog.csdn.net/mdeditor that will do .Markdown Editor Use browser offline storage to save content locally .
In the process of blogging , The content is stored in the browser cache in real time , When the user closes the browser or other abnormal circumstances , Content won't be lost . When the user opens the browser again , The unpublished content that the user was editing last time will be displayed .
After the blog was published , The local cache will be removed .
The user can choose Save the blog you are writing to the server draft box , Even if you change the browser or clear the cache , And the content won't be lost .
** Be careful :** Although browser storage is reliable most of the time , But for your data security , After networking , Please be sure to publish or save to the server draft box in time .
## Browser compatibility
- at present , This editor is right for Chrome Browser support is the most complete . I suggest you use a newer version of Chrome.
- IE9 The following is not supported
- IE9,10,11 There are the following problems
- Offline functionality is not supported
- IE9 File import and export are not supported
- IE10 Drag and drop file import is not supported
Here is footnote Of Content . ︎
边栏推荐
- zabbix分布式系统监控
- Comparator(用于Arrays.sort)
- Jincang database kingbasees plug-in force_ view
- [observation] objectscale: redefining the next generation of object storage, reconstruction and innovation of Dell Technology
- [maintain cluster case set] gaussdb query user space usage
- Ladder side tuning: the "wall ladder" of the pre training model
- 动态规划解决股票问题(上)
- Double tampon transparent cryptage et décryptage basé sur le cadre minifilter
- How gaussdb counts the response time of user SQL
- [file containing vulnerability-03] six ways to exploit file containing vulnerabilities
猜你喜欢

记一次有趣的逻辑SRC挖掘

Open source invites you to participate in the openssf Open Source Security Online Seminar

Coscon'22 lecturer solicitation order

Shen Ying, China Academy of communications and communications: font open source protocol -- Introduction to ofl v1.1 and analysis of key points of compliance

Shen Lu, China Communications Institute: police open source Protocol - ofl v1.1 Introduction and Compliance Analysis

C disk uses 100% cleaning method

Nuxtjs actual combat case

JVM 原理简介

An interesting logic SRC mining

数据库系列:MySQL索引优化总结(综合版)
随机推荐
Handler、Message、Looper、MessageQueue
FPGA displays characters and pictures based on VGA
【上云精品】节能提效!加速纺织业“智造”转型
Jincang KFS data cascade scenario deployment
网易开源的分布式存储系统 Curve 正式成为 CNCF 沙箱项目
c盘使用100%清理方法
Checking whether the double value is an integer - Swift - checking if a double value is an integer - swift
How to start the phpstudy server
relu与sigmod的比较
[observation] objectscale: redefining the next generation of object storage, reconstruction and innovation of Dell Technology
Shen Lu, China Communications Institute: police open source Protocol - ofl v1.1 Introduction and Compliance Analysis
Geographic location system based on openstreetmap+postgis paper documents + reference papers + project source code and database files
SQL injection vulnerability (bypass)
Kingbasees plug-in DBMS of Jincang database_ RANDOM
每日3題(3)-檢查整數及其兩倍數是否存在
手机上股票开户安全吗?找谁可以开户啊?
Gaussdb cluster maintenance case set - slow SQL execution
Task03 probability theory
A difficult mathematical problem baffles two mathematicians
ARM64特有一些的汇编指令