markdown-it-cw

1.0.0 • Public • Published

markdown-it-cw

Renders this markdown

__underline__

to this HTML

<u>underline</u>

This is based on markdown-it-underline and for use with ConnectWise REST API

Install

npm install markdown-it-cw

Usage

const markCw = require('markdown-it-cw');
const md = require('markdown-it')().use(markCw);

Example Usage:
console.log(md.renderInline('__underline__'));

Development

Add tests in test.js.

npm test
npm version [patch|minor|major]
npm publish

Package Sidebar

Install

npm i markdown-it-cw

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.22 kB

Total Files

4

Last publish

Collaborators

  • wesgann