New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@notable/html2markdown

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notable/html2markdown

A small function for converting HTML to Markdown.


Version published
Maintainers
2
Created

HTML2Markdown

A small function for converting HTML to Markdown.

Install

npm install --save @notable/html2markdown

Usage

import html2markdown from '@notable/html2markdown';

html2markdown ( '<b>Hello, <i>World</i>!</b>' ); // => '**Hello, _World_!**'

License

  • Library: MIT © Fabio Spampinato
  • Turndown: MIT © Dom Christie

FAQs

Package last updated on 14 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts