Org Mode to RST - Emacs Notes to Sphinx Docs
Convert Emacs Org-mode files to reStructuredText format. Transform structured notes into Sphinx documentation for Python projects.
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 RST Reference
| Org-mode | RST Output |
|---|---|
* Heading | Title with = underline |
** Subheading | Section with - underline |
*bold* | **bold** |
/italic/ | *italic* |
=code= | ``code`` |
[[url][text]] | `text <url>`_ |
- item | - item |
#+BEGIN_SRC | .. code-block:: |
Conversion complete