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.1Usage
getmdOR
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