1.1.0 • Published 5 years ago

c2md v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

c2md

Output HTML clipboard contents to markdown in the terminal (MacOs only)

Install

npm install -g c2md

Use

  1. Copy some html from a website
  2. Run c2md on the command line
  3. Admire the beautiful markdown

To create a new file (e.g. myfile.md) with the HTML clipboard contents converted to markdown:

  1. Copy some html from a website
  2. Run c2md > myfile.md on the command line
  3. Admire the beautiful markdown in myfile.md