Supports .md, .markdown, .txt
Enter a publicly accessible raw Markdown file URL (e.g., GitHub Raw URL).
Confirm or update the file name before downloading.
Headers
# H1 Header
## H2 Header
### H3 Header
Text Styling
**Bold Text**
*Italic Text*
~~Strikethrough~~
Links & Images
[Link Text](https://url)

Lists & Quotes
- Bullet Item 1
- Bullet Item 2
1. Numbered Item
> Blockquote
Code Blocks
```javascript
const message = "Hello World";
```
Wrap Mermaid code blocks with ```mermaid and ``` in your editor to render diagrams automatically.
Flowchart
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
Sequence Diagram
sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
Pie Chart
pie
"Dogs" : 386
"Cats" : 85
"Rats" : 15
State Diagram
stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving
🔒 100% Private & Local
This application runs entirely inside your web browser. Your Markdown documents, pasted text, and files are never uploaded, sent, or stored on any external server.
💾 Session Storage
The autosave feature writes to your browser's sessionStorage. Your work is kept safe from accidental page reloads, but is permanently cleared as soon as you close the tab to protect your privacy.
🛡️ Security
Rendered HTML is actively sanitized using DOMPurify to protect against Cross-Site Scripting (XSS) and malicious file content.