1.2.0 • Published 9 months ago

markdown-it-dompurify v1.2.0

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

Markdown-it Dompurify

Purifying the dom before it ever reaches markdown-it.

This is achieved by injecting this plugin's rule before the normalize core rule.

Installing

With NPM npm i markdown-it-dompurify With Yarn yarn add markdown-it-dompurify

Usage

There are currently no options to configure, there are future plans that allow for passing options directly to dompurify

const MarkdownIt = require('markdown-it');
const dompurifyPlugin = require('markdown-it-dompurify');

const markdown = new MarkdownIt()
            .use(dompurifyPlugin);

Using with nuxt.js/next.js

Under the hood we use isomorphic-dompurify, because of that you don't need to do anything fancy to use this plugin with nuxt or next.

1.2.0

9 months ago

1.1.0

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago