markdown-it-plugin-underline
Advanced tools
Markdown-it plugin for rendering draft-js exported underline
Weekly downloads
Readme
This plugin was created specifically to render correct underlines generated by draft-js-export-markdown
import markdownit from 'markdownit'
import underline from 'markdown-it-plugin-underline'
const Renderer = markdownit().use(underline)
Renderer.render('++I am underlined++')
FAQs
Markdown-it plugin for rendering draft-js exported underline
The npm package markdown-it-plugin-underline receives a total of 621 weekly downloads. As such, markdown-it-plugin-underline popularity was classified as not popular.
We found that markdown-it-plugin-underline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.