Use clipboard2markdown to convert HTML to Markdown
masterclipboard2markdown allows you to convert richly formatted text or HTML from your clipboard into Markdown using the to-markdown library.
To use the tool:
- Open
index.htmlin a supported web browser. - Copy your source content (rich text or HTML) using
Ctrl+C(or⌘+Con Mac). - The tool converts the content. To copy the resulting Markdown back to your clipboard, press
Ctrl+Afollowed byCtrl+C(or⌘+Aand⌘+Con Mac).
Note: You can perform multiple conversions; each new copy operation overwrites the previous conversion.
1. Open index.html
2. Copy source (Ctrl+C / ⌘+C)
3. Copy result (Ctrl+A -> Ctrl+C / ⌘+A -> ⌘+C)