Markdown to Org-mode

Convert Markdown to Emacs Org-mode.

Example

Markdown
# Heading

Some **bold** text.
Org-mode
* Heading

Some *bold* text.

What it keeps

  • Headings become * / ** stars
  • Emphasis, lists and links
  • Fenced code becomes #+begin_src blocks

Where it struggles

  • Org-specific features (properties, agenda) aren't added
  • Some inline nesting is simplified

Frequently asked questions

What's this for?

Importing Markdown notes into Emacs Org-mode.

Do code blocks convert?

Yes — into #+begin_src / #+end_src blocks.

Is it private?

Yes — nothing leaves your browser.