← Workplace Utilities
Markdown
Editor
Write, preview, and export Markdown — fully offline
📝 103 words
📄 24 lines
⏱ ~1 min read
B
I
H1
H2
H3
`
```
—
🔗
•
>
Import .md
Export .md
Export .html
Copy MD
Copy HTML
Editor
Split
Preview
Editor
# Hello, Markdown! Write on the **left**, see the result on the **right**. ## Features - Live preview as you type - Toolbar shortcuts for common formatting - Import **.md** files, export as Markdown or HTML - Word count, reading time, and line count in the footer ## Code Example ```js const greet = (name) => `Hello, ${name}!`; console.log(greet("World")); ``` ## Table | Column A | Column B | Column C | |----------|----------|----------| | Row 1 | Data | More | | Row 2 | Data | More | > **Tip:** Use the toolbar buttons above to apply formatting, or type Markdown directly.
Preview
Feedback
Feature Request