markdown-it-underline
Advanced tools
Weekly downloads
Readme
Renders this markdown
_underline_ *emphasis*
to this HTML
<u>underline</u> <em>emphasis</em>
This might not be semantic correct, but who cares :-)
See the discussion at talk.commonmark.com.
npm install markdown-it-underline
const underline = require('markdown-it-underline');
const md = require('markdown-it')().use(underline);
console.log(md.renderInline('_underline_ *emphasis*'));
Add tests in test.js.
npm test
npm version [patch|minor|major]
npm publish
FAQs
Renders _underline_ to <u>underline</u>
The npm package markdown-it-underline receives a total of 318 weekly downloads. As such, markdown-it-underline popularity was classified as not popular.
We found that markdown-it-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.