pandoc input.md -t plain -o output.txt

Category: Media & Conversion

pandoc input.md -t plain -o output.txt

Convert Markdown to plain text

Converts Markdown to plain text, stripping all formatting while keeping the words and structure. -t plain targets the plain output format. Good for feeding text into other tools.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.