pack-util-markdown
TypeScript icon, indicating that this package has built-in type declarations

0.0.28 • Public • Published

pack-util-markdown

Pack Markdown Util

This utility library is a simple interface that hides away the markdown implementation being used so that it can easily be swapped out for something else.

Installation

npm install pack-util-markdown

Usage

const markdown = require('pack-util-markdown');

markdown('# Hello World');
// >> <h1>Hello World</h1>

Readme

Keywords

none

Package Sidebar

Install

npm i pack-util-markdown

Weekly Downloads

13

Version

0.0.28

License

BSD-3-Clause

Unpacked Size

9.88 kB

Total Files

13

Last publish

Collaborators

  • seryl