Markdown to reStructuredText

Convert Markdown to reStructuredText.

Example

Markdown
# Title

Some **bold** text.
reStructuredText
Title
=====

Some **bold** text.

What it keeps

  • Headings become underlined titles
  • Emphasis, lists and links
  • Code blocks

Where it struggles

  • Some inline combinations are simplified
  • Deeply nested structures may need light tidying

Frequently asked questions

What's this good for?

Moving Markdown into a Sphinx or Docutils project that expects reStructuredText.

Do code blocks convert?

Yes — fenced code becomes RST literal/code blocks.

Is it private?

Yes — nothing is uploaded.