Markdown Converter

Turn an MD document into HTML, PDF, DOCX, or TXT.

Convert Markdown to the document format you need

Choose a document style and width, check the result, then save it.

MD · MARKDOWN · TXT · one file · up to 2MB

Just three simple steps

  1. 1

    Choose an MD, MARKDOWN, or TXT file, or paste Markdown source.

  2. 2

    Choose HTML, PDF, DOCX, or TXT, then adjust the relevant document settings.

  3. 3

    Check the preview, then download the file or save it as PDF from the print dialog.

Supported formats

Convert one MD, MARKDOWN, or TXT file up to 2MB to HTML, PDF, DOCX, or TXT. Text is read as UTF-8.

Preview the document before creating it

HTML · PDF · DOCX · TXT · Three styles · Width · Title · Automatic TOC

Turn a readable Markdown preview into a document you can share or submit

Markdown is useful for AI responses, README files, and technical notes, but an MD file is not always convenient for recipients without a dedicated app. HTML suits browser sharing, PDF suits printing and submission, DOCX suits editing in Word, and TXT suits unformatted text transfer.

Toolit turns Markdown into a safe document structure and creates the selected output in your browser. HTML includes its styling, PDF uses the browser's print rendering, and DOCX transfers headings, lists, tables, and code into an editable Word document.

Choosing the output format

Choose HTML for browser sharing, PDF for submission, DOCX for editing in Word, or TXT when only plain text is needed.

Document title and automatic TOC

The first H1 is suggested as the document title and H1–H3 headings form the table of contents. Either can be hidden if the source already includes it.

External and relative images

External web images are blocked by default and can be enabled explicitly. Relative images stored beside the MD file cannot be found from the Markdown file alone and become a notice.

Helpful answers before you start

Why does the PDF button open the print dialog?

The browser print dialog preserves the text, tables, code, and font layout already shown in the preview. Choose ‘Save as PDF’ as the destination to create a PDF file without printing on paper.

Can the downloaded HTML be opened offline?

The document content and styles are included in one HTML file, so it can open offline. External web images that you chose to allow still need an internet connection to load from their original URLs.

Will scripts or unsafe HTML be included in the result?

No. Scripts, iframes, forms, and unsafe attributes are removed before export. Only safe HTML needed for normal document formatting remains.

Why is the table of contents unavailable?

The table of contents is generated from headings such as H1, H2, and H3. If the document has only one heading or none, there are no useful destinations and the option is disabled.

Will the result look exactly like GitHub?

Core Markdown syntax is rendered similarly, but GitHub-specific fonts, code colors, and extensions can differ. Toolit focuses on producing a self-contained document suitable for sharing and printing.