1.0.1 • Published 1 year ago

@0xdwong/html-to-markdown v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

html-to-markdown

conver html content to markdown form url

how to use

  1. install
    yarn install @0xdwong/html-to-markdown

  2. import module

    const htmlToMarkdown = require('@0xdwong/html-to-markdown');
    const url = 'input url here';
    const mdContent = await htmlToMarkdown(url);
1.0.1

1 year ago

1.0.0

1 year ago