Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion markdown/converting-to-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down