Markdown to Plain Text - Remove Markdown Formatting

Paste the answer, keep the words, lose the asterisks. Headings, bold, links, lists, tables and code fences all come out the other side as ordinary text.

Links become
What to keep
Off by default — without the image, the alt text is a caption for nothing.

Frequently asked questions

Can I get the Markdown back afterwards?

No. The markers are gone, and there is no way to work out from plain text which words were bold. Keep the original if there is any chance you will want it, particularly for a long document.

What happens to my links?

You choose. By default a link becomes the words it was wrapped around, which is what you want for something a person will read. Switch to the other option and the URL follows in brackets, which is what you want when the destination matters and nothing on the page will be clickable.

What happens to a table?

The dashes under the header row go, and each remaining row comes back as its cells with a tab between them. That reads sensibly as text and pastes into a spreadsheet with the columns landing where they should. Untick the option to drop tables entirely.

Does it remove HTML tags as well?

No. Markdown and HTML are different problems, and deleting a tag that might have been deliberate is worse than leaving it alone. If your text has both, run it through Strip HTML afterwards. If the leftovers are citation brackets rather than Markdown, the AI Citation Remover is the one you want.

Why is there still an asterisk in my text?

Because it was never formatting. A lone asterisk with nothing closing it, a multiplication sign in 5 * 3, or one that was escaped with a backslash are all just characters, and they are left where they are. Markdown only treats them as markers in pairs, and so does this.