0.0.1 • Published 1 year ago

markdown-it-plugin-common v0.0.1

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

Markdown-it plugin COMMON

This plugin was created specifically to render correct spans generated by draft-js-export-markdown

Usage

import markdownit from 'markdownit'
import common from 'markdown-it-plugin-common'

const Renderer = markdownit().use(common("span","--"))

Renderer.render('--I am spand--')
0.0.1

1 year ago