1.0.1 • Published 12 months ago
@0xdwong/html-to-markdown v1.0.1
html-to-markdown
conver html content to markdown form url
how to use
install
yarn install @0xdwong/html-to-markdown
import module
const htmlToMarkdown = require('@0xdwong/html-to-markdown'); const url = 'input url here'; const mdContent = await htmlToMarkdown(url);