From 5bc91da05d6717ca1026752e0acdfe3cb7be1536 Mon Sep 17 00:00:00 2001 From: Robinhill85 <93011381+Robinhill85@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:57:38 +0100 Subject: [PATCH] Fix dead Turndown links (project moved to mixmark-io) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `domchristie.github.io/turndown/` returns 404 and `github.com/domchristie/turndown` redirects — Turndown moved to the mixmark-io org. Updated both URLs and left a note about the old location. https://www.file2markdown.ai Co-Authored-By: Claude Fable 5.1 --- markdown/converting-to-markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/converting-to-markdown.md b/markdown/converting-to-markdown.md index ee6e2648c..666b15314 100644 --- a/markdown/converting-to-markdown.md +++ b/markdown/converting-to-markdown.md @@ -4,7 +4,7 @@ If you copy and paste from a web page - including a full table - into a GitHub i ![GitHub converting to Markdown](https://raw.githubusercontent.com/simonw/til/main/markdown/converting-to-markdown.gif) -https://domchristie.github.io/turndown/ is an open source JavaScript library by Dom Christie that can convert HTML strings into Markdown strings. Code: https://github.com/domchristie/turndown - it used to be called `to-markdown`. +https://mixmark-io.github.io/turndown/ is an open source JavaScript library by Dom Christie that can convert HTML strings into Markdown strings. Code: https://github.com/mixmark-io/turndown - it used to be called `to-markdown` and lived at `domchristie.github.io/turndown`, which now 404s. https://euangoddard.github.io/clipboard2markdown/ is a tool which lets you paste in rich-text and uses turndown to convert it for you directly in your browser.