Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

markdown-it-underline

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Issues
File Explorer

Advanced tools

markdown-it-underline

Renders _underline_ to <u>underline</u>

    1.0.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
447
decreased by-33.18%

Weekly downloads

Readme

Source

markdown-it-underline

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.

Install

npm install markdown-it-underline

Usage

const underline = require('markdown-it-underline'); const md = require('markdown-it')().use(underline); console.log(md.renderInline('_underline_ *emphasis*'));

Development

Add tests in test.js.

npm test npm version [patch|minor|major] npm publish

Keywords

FAQs

Last updated on 26 Nov 2016

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc