4.3.3 • Published 1 year ago

pullflow-slackify-markdown v4.3.3

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

Slackify-Markdown

Pullflow-Slackify-Markdown is extended version of Slackify-Markdown

Install

npm install pullflow-slackify-markdown

Usage

const slackifyMarkdown = require('pullflow-slackify-markdown');
const markdown = `
# List of items

* item 1
* item 2
* item 3

[here is an example](https://example.com)
`;

slackifyMarkdown(markdown);
/*
 *List of items*

 • item 1
 • item 2
 • item 3

 <https://example.com|here is an example>
/*

NodeJS version < 10

MIT Licence