Skip to content
Markdown

RTF to Markdown

Recover text from Rich Text Format (RTF) into Markdown.

How it works

  1. 1Paste RTF source.
  2. 2Control codes are removed to recover the text.
  3. 3Copy the Markdown.

Use cases

  • Recover text from an RTF export.
  • Convert legacy rich-text files.
  • Clean up pasted RTF.

Frequently asked questions

How complete is it?

It recovers paragraphs and text reliably (best-effort); rich styling like fonts and colors is dropped.

What input does it expect?

The raw RTF markup (text starting with {\rtf…).

Is it private?

Yes, it runs locally.

Read the guide
How to convert RTF to Markdown
Pull a Rich Text Format document into clean Markdown — what converts, what RTF control codes get stripped, and why it beats copy-pasting formatted text.
See all →