Welcome to OpenMD
OpenMD is a fast, open Markdown workspace.
What you can do here
- Paste any Markdown text into this editor
- Upload a
.mdfile and start editing - Convert a PDF into Markdown
- Export the current Markdown to PDF
- Copy the markdown with one click
- Share a public read-only link (with QR code) when signed in
- Versions: every save is snapshotted automatically
Cheatsheet
| Item | Syntax |
|---|---|
| Heading | #, ##, ### |
| Bold | **text** |
| Italic | *text* |
| Code | \code`` |
| Link | [label](url) |
function hello(name: string) {
return `Hello, ${name}`
}
Sign in to save your documents to the cloud.