Welcome to Solapa
Write Markdown the way you would in Notion, then export it to PDF or HTML without paying anyone. Everything runs in your browser: nothing is uploaded.
Try it
- Type
/on an empty line to insert a block - Drag the handle on the left of a block to move it
- Select text to format it, or use Markdown shortcuts like
**bold**and# heading
Task list
Open a Markdown file
Edit it visually
Export it to PDF
Code
export function greet(name: string) {
return `Hello, ${name}!`
}
Table
| Feature | Status |
|---|---|
| WYSIWYG editing | Ready |
| Split editor | Ready |
| Sidebar and outline | Ready |
| PDF export | Ready |