当前位置:网站首页>Welcome to CSDN markdown editor
Welcome to CSDN markdown editor
2022-07-07 22:16:00 【r1ch4rd】
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 :
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.
- Block level formulas :
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
边栏推荐
- Paint basic graphics with custompaint
- OpenGL homework - Hello, triangle
- SAR影像质量评估
- Embedded development: how to choose the right RTOS for the project?
- Matplotlib drawing interface settings
- Jerry's test box configuration channel [chapter]
- Reinforcement learning - learning notes 8 | Q-learning
- 谈谈制造企业如何制定敏捷的数字化转型策略
- Debugging and handling the problem of jamming for about 30s during SSH login
- Overseas agent recommendation
猜你喜欢
How to realize the movement control of characters in horizontal game
How to quickly check whether the opening area ratio of steel mesh conforms to ipc7525
Solve the problem of uni in uni app Request sent a post request without response.
PKPM 2020 software installation package download and installation tutorial
Display optimization when the resolution of easycvr configuration center video recording plan page is adjusted
Time standard library
L'enregistreur de disque dur NVR est connecté à easycvr par le Protocole GB 28181. Quelle est la raison pour laquelle l'information sur le canal de l'appareil n'est pas affichée?
【JDBC Part 1】概述、获取连接、CRUD
Overseas agent recommendation
PDF文档签名指南
随机推荐
How to write an augmented matrix into TXT file
The maximum number of meetings you can attend [greedy + priority queue]
What is the difference between the three values of null Nan undefined in JS
SAR影像质量评估
Restore backup data on persistent volumes
Automatic classification of defective photovoltaic module cells in electronic images
TCP/IP 协议栈
Paint basic graphics with custompaint
Dbsync adds support for mongodb and ES
Win11游戏模式怎么开启?Win11开启游戏模式的方法
Oracle advanced (VI) Oracle expdp/impdp details
强化学习-学习笔记9 | Multi-Step-TD-Target
23. Merge K ascending linked lists -c language
Kirin Xin'an operating system derivative solution | storage multipath management system, effectively improving the reliability of data transmission
L'enregistreur de disque dur NVR est connecté à easycvr par le Protocole GB 28181. Quelle est la raison pour laquelle l'information sur le canal de l'appareil n'est pas affichée?
Which financial products will yield high returns in 2022?
客户案例|华律网,通过观测云大幅缩短故障定位时间
大数据开源项目,一站式全自动化全生命周期运维管家ChengYing(承影)走向何方?
Relationship between URL and URI
【Azure微服务 Service Fabric 】在SF节点中开启Performance Monitor及设置抓取进程的方式