Forum Thread to Markdown — Save Discussions as Text
A useful forum thread is half the value of the original docs — the practical answers, the gotchas, the edge cases. Threads are also the hardest pages to scrape: deeply nested reply trees, vote counts attached to every post, expand-collapsed replies, and (on Reddit) infinite scroll. Our converter handles the major forum platforms and emits a structured Markdown conversation that preserves the discussion shape.
Per-platform handling
Reddit: the OP becomes # Title with the post body underneath; each comment is a Markdown section with author, vote count, and timestamp as a small header line, then the comment body, then nested replies indented as nested blockquotes. Stack Overflow: the question becomes # Question with the body, then each answer becomes ## Answer (N votes) with the answer body and any comments as sub-blockquotes; the accepted answer is marked. Hacker News: threading is preserved with indentation depth matching the comment tree. Discourse: first post is the topic, subsequent posts are sections with author attribution.
Why this matters for AI workflows
An LLM asked to summarise a Stack Overflow thread from raw HTML loses track of which voice is which, which answer is accepted, which votes are high. The same LLM given the Markdown conversion answers correctly: the structure is explicit, the attribution is preserved, the accepted answer is labelled. Useful for knowledge extraction, RAG indexing, and offline reference building.
Before / After
Before (PDF):
[Reddit thread HTML]
<h1>Why is my pip install slow?</h1>
<div class="comment" data-author="dev42" data-score="89">
<p>Try a different mirror.</p>
<div class="comment" data-author="op" data-score="3">
<p>Which mirror?</p>
</div>
</div>
After (Markdown):
# Why is my pip install slow?
## dev42 · 89 points
Try a different mirror.
> ### op · 3 points
>
> Which mirror?
Frequently asked questions
Does this work on Reddit threads with hundreds of comments?
Yes, but pagination matters. Reddit lazy-loads comments after the first ~200; the converter expands them via the ?limit=500 URL parameter (Reddit's own knob) before scraping. For threads larger than that, switch to Reddit's JSON API (append .json to any thread URL) and feed it through; we detect JSON input and convert directly without HTML rendering.
How is vote count and accepted-answer status preserved?
Each comment's vote count is included in its sub-heading (## author · 89 points). On Stack Overflow, the accepted answer is marked with a leading checkmark (## ✓ Answer (215 votes) — accepted) so it's visually distinct in the Markdown.
Can I convert private subreddits or members-only forums?
The MDisBetter web tool fetches anonymously, so private/auth-walled forums won't work directly. The right path is a self-hosted script: requests (with your forum session cookie or OAuth token), parse the HTML, and run html2text or markdownify over the relevant comment containers. For Reddit specifically, the official PRAW library handles auth + threading natively and you only need a Markdown-formatter on top.
How is reply nesting represented in Markdown?
Nested replies use Markdown blockquote nesting (>, > >, > > >). Each level deeper adds one more >. The author/votes header for nested comments is itself a sub-heading inside the blockquote so the structure remains scannable even at depth 5+.
Are deleted or removed comments included?
Removed comments appear as [removed] placeholders to preserve thread structure; the surrounding context still makes sense. Deleted-author comments keep the comment body but show [deleted] instead of a username. We don't attempt to recover removed content from caches or archives.
Your AI doesn't read PDFs directly. It first has to extract the text, decode the layout, ignore the metadata — before it can even start answering. A Markdown file removes all of those steps. Your AI reads it instantly. So you get faster responses, more accurate results, and zero information lost along the way.
Size-wise, it's 100 to 500 times lighter for the same content. A 15 MB PDF becomes a 30 KB .md file. So your AI knowledge base can hold hundreds of documents instead of a handful.
MDisBetter brings 19 free tools together for that — documents, videos, audio, web pages and prompts.
How does it work?
Drop a PDF, a video, an audio file or a URL. MDisBetter extracts the content and gives you a clean Markdown file. So you can send it to your AI, add it to your project files, or store it in your knowledge base — without losing anything.
Frequently Asked Questions
How do I convert a PDF to Markdown for free?
Upload your PDF to MDisBetter, click Convert, and get structured Markdown in seconds. No signup, no installation — it works directly in your browser. The free plan includes 50 credits per month.
Why is Markdown better than PDF for AI?
Markdown reduces token usage by up to 95% compared to PDF. AI models like ChatGPT and Claude process Markdown far more efficiently because it contains only content structure — no fonts, no layout data, no binary overhead.
What file types can MDisBetter convert?
MDisBetter converts PDF, Word (.docx), plain text, YouTube videos (transcript), audio files (MP3, WAV, M4A, OGG, FLAC, WEBM), and any web page URL to clean Markdown.
Is MDisBetter free?
Yes, free to start. The free plan includes 50 credits per month. All processing happens securely — your files are never stored.
Can I extract a YouTube transcript as Markdown?
Yes. Paste the YouTube video URL, click Convert, and get the full transcript structured as Markdown with headings and timestamps. Perfect for feeding video content to AI tools.
PDF → Markdown
Faithful and structured conversion of your documents
Text to MD, EPUB to MD, MD to PDF, MD Cleaner, Merger, Chunker, Token Counter, Context Builder
Free
—
Word to MD
0.5 credit
per page
Excel to MD
0.5 credit
per conversion
Single URL Scrape
0.5 credit
per call
Site Crawl
1 credit
per page
Translate
1 credit
per 10 000 chars (min 1, free re-translation on cache hit)
Prompt Optimizer
1 credit
per call
System Prompt Generator
1 credit
per call
Audio to MD
2 credits
per minute
Video to MD
2 credits
per minute
YouTube to MD
2 credits
per minute
Image OCR
4 credits
per image (0 on cache hit)
PDF to MD
4 credits
per page
PPTX to MD
4 credits
per slide
Questions
Yes! You get 50 credits every month to use any tool. Basic tools like MD Cleaner or Token Counter cost just 0.5 credit per use. When you run out, credits reset the next month or you can upgrade for more.
Wait for your monthly reset or upgrade to a higher plan. Credits renew on your billing date each month.
Yes, cancel anytime with one click. No questions asked. You keep access until the end of your billing period.
Pro gives you 30,000 credits for $29 — that's 30x more credits than Starter for just 3x the price. Every credit costs less, so you get far more value per dollar.