c2md
Output HTML clipboard contents to markdown in the terminal (MacOs only)
Install
npm install -g c2md
Use
- Copy some html from a website
- Run
c2md
on the command line - Admire the beautiful markdown
To create a new file (e.g. myfile.md
) with the HTML clipboard contents converted to markdown:
- Copy some html from a website
- Run
c2md > myfile.md
on the command line - Admire the beautiful markdown in
myfile.md