234 |
|
Definition list
## Code blockCode block syntax follows standard markdown code, for example: @requires_authorizationdef somefunc(param1='', param2=0):
'''A docstring'''
if param1 > param2: # interesting
print 'Greater'
return (param2 - param1 + 1) or Noneclass SomeClass:
pass>>> message = '''interpreter... prompt'''
FootnoteGenerate a footnote 1.Directory Use [TOC] to generate a table of contents:
##Table Definition List Code Block Footnote Table of Contents Mathematical formula-
##UML diagram:
##Shortcut keys
Markdown and extensions
Offline blogging
Browser compatible
-
Mathematics Formula
Use MathJax to render
LaTex Mathematical formula, see math.stackexchange.com for details.
Inline formula, the mathematical formula is:
Can render sequence diagram:
or flow chart:
About
sequence diagram syntax, please refer here,-
About
Flowchart For syntax, refer here.Offline blogging
Even if the user is not connected to the Internet, he can Write a blog offline through this editor (just enter write.blog.csdn.net/mdeditor in the browser you have used before.
Markdown EditorUse the browser offline storage to save the content locally.
When the user writes a blog, the content is saved in the browser cache in real time. When the user closes the browser or other abnormal circumstances, the content will not be lost. When the user opens the browser again, the last user will be displayed. Unpublished content being edited. After the blog is published, the local cache will be deleted.
Users can choose to save the blog they are writing to the server draft box, even if they change browsers or clear it Cache, the content will not be lost.
Note:
Although browser storage is relatively reliable most of the time, for the sake of your data security, after connecting to the Internet, Please be sure to publish in time or save to the server draft box.Browser compatibility
Currently, this editor has the most complete support for the Chrome browser . It is recommended that you use a newer version of Chrome.
IE9 and below are not supported
IE9, 10, and 11 have the following problems
-
Does not support offline function
IE9 does not support file import and export
IE10 does not support drag and drop File import
##Here is the
content of the
footnote- . ↩
This article explains the basic syntax and usage of markdown. For more related content, please pay attention to the php Chinese website.
Related recommendations:
JQuery DOM operation - wrap
django uses request to get the parameters sent by the browser
Some thoughts on React this binding