This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@hopin/markdown
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@hopin/markdown

Travis Build Status Coverage Status

`hopin-markdown` is a small helper library to render markdown as HTML with some extra bits thrown in.

Jake Hair

Installation

npm install @hopin/markdown --save

Usage in Node

const {renderMarkdown} = require('@hopin/markdown');

const result = renderMarkdown(`...markdown here...`);
console.log(`Result HTML: `, result.html);
console.log(`Tokens used in the final HTML: `, result.tokens);

Readme

Keywords

Package Sidebar

Install

npm i @hopin/markdown

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

23.1 kB

Total Files

18

Last publish

Collaborators

  • gauntface