当前位置:网站首页>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 . ︎
边栏推荐
- Démarrer avec Apache shenyu
- Causes and solutions of over fitting
- 手机办理长投学堂证券开户靠谱安全吗?
- ARM64特有一些的汇编指令
- Double tampon transparent cryptage et décryptage basé sur le cadre minifilter
- scrapy+scrapyd+gerapy 爬虫调度框架
- Course paper + code and executable EXE file of library information management system based on C language
- 反应c语言程序结构特点的程序
- 贝叶斯
- What are the ways to simulate and burn programs? (including common tools and usage)
猜你喜欢
Advanced single chip microcomputer -- development of PCB (2)
牛客网:旋转数组
龙书虎书鲸书啃不动?试试豆瓣评分9.5的猴书
SystemVerilog(十三)-枚举数据类型
Redis6笔记02 配置文件,发布和订阅,新数据类型,Jedis操作
[file containing vulnerability-03] six ways to exploit file containing vulnerabilities
Compilation of learning from Wang Shuang (1)
FPGA displays characters and pictures based on VGA
Dragon Book tiger Book whale Book gnawing? Try the monkey book with Douban score of 9.5
Network remote access using raspberry pie
随机推荐
Arrays.asList()
wait()、notify()和notifyAll()、sleep()、Condition、await()、signal()
【上云精品】节能提效!加速纺织业“智造”转型
Gaussdb cluster maintenance case set - slow SQL execution
At 16:00 today, Mr. sunxiaoming, a researcher of the Institute of computing, Chinese Academy of Sciences, took you into the quantum world
建造者模式
VW VH adaptation of mobile terminal
仿真与烧录程序有哪几种方式?(包含常用工具与使用方式)
C disk uses 100% cleaning method
MySQL synchronous data configuration and shell script implementation
What are the functions of arm64 assembly that need attention?
基于OpenStreetMap+PostGIS的地理位置系统 论文文档+参考论文文献+项目源码及数据库文件
16 enterprise architecture strategies
Android之Kotlin语法详解与使用
基于超算平台气象预警并行计算架构研究
A program reflecting the characteristics of C language program structure
Android:kotlin中Gson与JSON的泛型映射解析
今天16:00 | 中科院计算所研究员孙晓明老师带大家走进量子的世界
Ouverture de l'inscription | le troisième marathon des hackers de pagaie est arrivé comme prévu.
Some assembly instructions specific to arm64