Skip to content

get-md v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Feb 17:19
07050b4

What's Changed

  • Updated docs

Installation

# Install stable version
npm install -g @nanocollective/get-md

# Install this specific version
npm install -g @nanocollective/get-md@1.1.1

Usage

getmd

OR

import { convertToMarkdown } from "@nanocollective/get-md";

// From HTML string
const result = await convertToMarkdown("<h1>Hello</h1><p>World</p>");
console.log(result.markdown);

Full Changelog: v1.1.0...v1.1.1