c2md

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

Usage no npm install needed!

<script type="module">
  import c2md from 'https://cdn.skypack.dev/c2md';
</script>

README

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