Org Mode to Markdown - Emacs Notes to GitHub
Convert Emacs Org-mode files to Markdown format. Transform your structured notes and outlines into GitHub-compatible Markdown for sharing.
Note: First conversion initializes Pandoc WebAssembly (~55MB download). Subsequent conversions are instant and work offline.
Drop Org file here or click to browse
Accepts .org filesEnter Org-mode content to convert
Org to Markdown Reference
| Org-mode | Markdown Output |
|---|---|
* Heading | # Heading |
** Subheading | ## Subheading |
*bold* | **bold** |
/italic/ | *italic* |
=code= | `code` |
[[url][text]] | [text](url) |
- item | - item |
#+BEGIN_SRC | ```lang |
Conversion complete