0.0.1 • Published 2 years ago

markdown-it-plugin-common v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago