0.1.2 • Published 12 months ago

markdown-it-carbon-web-components v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

markdown-it-carbon-web-components

A markdown-it plugin that applies carbon-web-components to the rendered HTML.

Installation

Install this plugin with npm by running

npm install --save-dev markdown-it-carbon-web-components

Usage

To use this plugin, merely apply it to your markdown-it:

const mdCarbon = require('markdown-it-carbon-web-components')

const md = require('markdown-it')().use(mdCarbon)

License

This project is distributed under the Apache 2 license.