A clean, modern WYSIWYG markdown editor
<script src="https://raw.githubusercontent.com/arazgholami/markdown-editor/main/wysiwyg-markdown-editor.js"></script>
<script>
const editor = MarkdownEditor.init('my-editor', {
placeholder: 'Start typing markdown...',
autofocus: true
});
</script>
→
Right arrow to exit current tag
Backspace
at end to revert to plain
# H1
## H2
### H3
#### H4
to ###### H6
**bold**
*italic*
__underline__
`code`
- Unordered item
1. Ordered item
- [ ] Task
- [x] Completed
[text](url)

> Blockquote
---
Horizontal rule