MD to RTF - Convert document online

(DOC, DOCX, RTF, TXT, ODT, XLS, XLSX, CSV, ODS, PPT, PPTX, ODP, HTML, XPS, etc.)
Conversion Results:
# Output File Source File Action
How to convert MD to RTF:

1. Click the "Choose Files" button to select multiple files from your local device, or click the "URL" button to choose an online file.

2. Choose a target document format. The target document format can be PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, HTML, TXT, CSV, RTF, ODT, ODS, ODP, XPS, or OXPS. Note that each target format can only be converted from certain source formats. For example, it can convert DOC to DOCX, but it cannot convert DOC to XLSX. When choosing a target format, the available source formats that can be converted to it will be listed.

3. Click the "Convert Now!" button to start batch conversion. The output files will be listed in the "Conversion Results" section. Click the icon to show the file QR code or save the file to cloud storage services such as Google Drive, OneDrive, or Dropbox.

MD vs RTF:
Name MD RTF
Full name Markdown Rich Text Format
File extension .md, .markdown .rtf
MIME text/markdown text/rtf, application/rtf
Developed by John Gruber Microsoft
Type of format Markup language Document file format
Introduction Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form. Markdown is widely used in blogging, instant messaging, online forums, collaborative software, documentation pages, and readme files. The Rich Text Format (often abbreviated RTF) is a proprietary document file format with published specification developed by Microsoft Corporation for cross-platform document interchange with Microsoft products. Most word processors are able to read and write some versions of RTF.
Technical details Markdown has been characterised by an informal specification and a reference implementation for conversion to HTML. Over time, many Markdown implementations have appeared. People developed these mostly driven by the need for additional features on top of the base syntax-such as tables, footnotes, definition lists (technically HTML description lists), and Markdown inside HTML blocks. Unlike many word processing formats, RTF code can be human-readable: when an RTF file is viewed as a plain text file, the contained ASCII text is legible. The formatting code is not too distracting nor counter-intuitive, provided that the document's creator kept formatting concise.
Associated programs Notepad, TextEdit, WordPad, UltraEdit WordPad, LibreOffice, Microsoft Word.
Sample file sample.md sample.rtf
Wikipedia MD on Wikipedia RTF on Wikipedia