1.0.1 • Published 12 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

1.0.0

12 months ago