Socket
Socket
Sign inDemoInstall

markdown-it-underline

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    markdown-it-underline

Renders _underline_ to underline


Version published
Weekly downloads
762
increased by8.09%
Maintainers
1
Install size
3.15 kB
Created
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 for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • 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