Privacy

Your files never leave your browser

The short version: MakeItMarkdown is a static website. When you convert a document, the parsing happens inside your own browser. Your file is never uploaded, transmitted, or seen by us — there is no server that could receive it.

How conversion works

The site ships JavaScript parsers to your browser. When you drop a file, your browser reads it from your disk into its own memory, converts it to Markdown locally, and shows you the result. No network request carries your file or its contents anywhere.

You can verify this yourself in two ways:

What is stored on your device

A few things are kept in your browser's local storage, on your device only, to make the tool nicer to use:

None of this is visible to us. It lives in your browser, and clearing the site's data removes all of it.

What we don't do

Advertising

To keep the project free, this site uses Google AdSense to serve advertising on its pages. (Ad units appear only after Google's review completes — until then the reserved spaces stay empty.) Two things hold regardless:

Cookies and identifiers. Third-party vendors, including Google, use cookies and device identifiers to serve and measure ads. Google's advertising cookies enable it and its partners to serve ads based on your visits to this site and/or other sites on the internet. How Google uses data when you visit a partner site is described at policies.google.com/technologies/partner-sites.

Your choices.

GitHub is the exception — by your choice

If you report a bug on our GitHub issue tracker and attach a sample file there, that attachment is uploaded to GitHub and visible to anyone who can see the issue. That is a deliberate act on GitHub's platform, separate from this site — strip anything confidential from samples first. Nothing you do inside the converter itself ever creates such an upload.

Changes

If this policy changes, the date at the top changes with it, and material changes will be called out in the site's public commit history. Questions? See contact.