Online Markdown editor with real-time preview, image upload, code highlighting, ready to use
fzyEditor is a Markdown editor built specifically for Layui, integrating the Monaco Editor core, supporting real-time preview, image/file upload, code highlighting, customizable toolbar, and more.
Preview as you type, what you see is what you get.
Drag and drop or click to upload, automatically inserts Markdown links.
Supports highlighting for 100+ languages, a boon for programmers.
Supports custom buttons, events, and parsing rules.
# Heading 1 ## Heading 2 ### Heading 3
**Bold** __Bold__ *Italic* _Italic_ ~~Strikethrough~~
- Unordered item 1 - Unordered item 2 - Subitem 1. Ordered item 2. Continue
[Link Text](https://example.com) 
`Inline code`
```js
// Code block
console.log("hello");
```
| Header 1 | Header 2 | |----------|----------| | Cell 1 | Cell 2 |
- [x] Completed task - [ ] Incomplete task > Blockquote >> Nested blockquote
Inline: $E=mc^2$
Block:
$$
\sum_{i=1}^n x_i
$$
For the complete official specification, refer to: CommonMark Cheat Sheet