Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mehdown

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mehdown

The Markdown parser used on the forums at meh.com.

  • 2.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
99
decreased by-33.56%
Maintainers
2
Weekly downloads
 
Created
Source

mehdown

The Markdown parser used on the forums at meh.com.

Adds the following features to Markdown:

  • Converts URL-like text to links.
  • Converts image URLs to images.
  • Optionally detects image sizes.
  • External links open in a new browser tab/window.
  • Automatic detection of @usernames.
  • Support for tables in GitHub Flavored Markdown syntax.
  • Typographic replacements for (c) (r) (tm) (p) +- ... !!! ??? --.
  • “Smartypants, double quotes” and ‘single quotes’
  • Support for strikethrough using the ~~strikethrough~~ syntax.
  • Support for adding anchors to headers.
  • Better linebreak/newline support.

Emoji

  • Supports common emoji :shortnames:.
  • Supports native unicode emoji: 😄.
  • Supports ASCII smileys: :).
  • Image URLs are converted to images.
  • imgur GIFV URLs are converted to high quality looping GIF videos.
  • Kickstarter URLs are converted to campaign previews.
  • Reddit permalink URLs are converted to embeddable comment threads.
  • SoundCloud URLs are converted to audio players.
  • Twitter status URLs are converted to embeddable tweets.
  • Vimeo URLs are converted to video players.
  • Vine URLs are converted to video players.
  • YouTube URLs are converted to video players.

Supports /commands:

  • /shrug

Usage

var mehdown = require('mehdown');

mehdown.render('markdown text here', { baseUrl: 'https://meh.com', commands: true, detectImageSizes: false }, function(err, html) {
    console.log(html);
});

Keywords

FAQs

Package last updated on 22 May 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc