Markdown Extras : Support ToC (Table of Contents), Emoji, Task lists, @Links…;
Compatible with all major browsers (IE8+), compatible Zepto.js and iPad;
Support identification, interpretation, fliter of the HTML tags;
Support TeX (LaTeX expressions, Based on KaTeX), Flowchart and Sequence Diagram of Markdown extended syntax;
Support AMD/CMD (Require.js & Sea.js) Module Loader, and Custom/define editor plugins;
Editor.mdTable of Contents
[TOCM]
[TOC]
#H1 header
##H2 header
###H3 header
####H4 header
#####H5 header
######H6 header
#Heading 1 link
Heading link
##Heading 2 link
Heading link
###Heading 3 link
Heading link
####Heading 4 link
Heading link Heading link
Heading link
#####Heading 5 link
Heading link
######Heading 6 link
Heading link
##Headers (Underline)
H1 Header (Underline)
Strikethrough Strikethrough (when enable html tag decode.)
ItalicItalicEmphasisEmphasisEmphasis ItalicEmphasis Italic
Superscript: X2,Subscript: O2
Abbreviation(link HTML abbr tag)
The HTML specification is maintained by the W3C.
###Blockquotes
Blockquotes
Paragraphs and Line Breaks
“Blockquotes Blockquotes”,
Link。
###Links
Links
Links with title
<link> :
https://github.com
Reference link
GFM a-tail link @pandao
###Code Blocks (multi-language) & highlighting
####Inline code
$ npm install marked
####Code Blocks (Indented style)
Indented 4 spaces, like <pre> (Preformatted Text).
###Tables
First Header
Second Header
Content Cell
Content Cell
Content Cell
Content Cell
First Header
Second Header
Content Cell
Content Cell
Content Cell
Content Cell
Function name
Description
help()
Display the help window.
destroy()Destroy your computer!
Item
Value
Computer
$1600
Phone
$12
Pipe
$1
Left-Aligned
Center Aligned
Right Aligned
col 3 is
some wordy text
$1600
col 2 is
centered
$12
zebra stripes
are neat
$1#
list syntax required (any unordered or ordered list supported) :editormd-logo-3x:;
😃 this is a complete item 😃;
[]this is an incomplete item
test link :fa-star: @pandao;
[ ]this is an incomplete item :fa-star: :fa-gear:;
😃 this is an incomplete item
test link :fa-star: :fa-gear:;
😃 this is :fa-star: :fa-gear: an incomplete item
test link;
###TeX(LaTeX)
$$E=mc^2$$
Inline $$E=mc^2$$ Inline,Inline $$E=mc^2$$ Inline。
$$(\sqrt{3x-1}+(1+x)^2)$$
$$\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))$$
###FlowChart
st=>start: Login
op=>operation: Login operation
cond=>condition: Successful Yes or No?
e=>end: To admin
st->op->cond
cond(yes)->e
cond(no)->op
###Sequence Diagram
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!