Socket
Socket
Sign inDemoInstall

namp

Package Overview
Dependencies
1
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

doc/SYNTAX.md

@@ -223,3 +223,3 @@ Author: A noble spirit

These classes have to do with Twitter Bootstrap stylings.
These classes have to do with Twitter Bootstrap stylings for `Note: `, `Tip: `, and `Warning: `.

@@ -226,0 +226,0 @@ ## INLINE HTML

@@ -1254,3 +1254,3 @@ // Released under MIT license

Markdown.dialects.NAMP.block[ "Note: " ] = function note_maker( block, next ) {
Markdown.dialects.NAMP.block[ "^Note: " ] = function note_maker( block, next ) {
var m = block.match(/^Note: (.+)/);

@@ -1268,3 +1268,3 @@

Markdown.dialects.NAMP.block[ "^Tip: " ] = function tip_maker( block, next ) {
var m = block.match(/Tip: (.+)/);
var m = block.match(/^Tip: (.+)/);

@@ -1281,3 +1281,3 @@ if ( !m ) return undefined;

Markdown.dialects.NAMP.block[ "^Warning: " ] = function warning_maker( block, next ) {
var m = block.match(/Warning: (.+)/);
var m = block.match(/^Warning: (.+)/);

@@ -1284,0 +1284,0 @@ if ( !m ) return undefined;

{
"name" : "namp",
"version" : "0.1.1",
"version" : "0.1.2",
"description" : "Markdown parser for Node, with Maruku, GFM, and PHP Extras support, plus more.",

@@ -5,0 +5,0 @@ "keywords" : [ "markdown", "maruku", "gfm", "text processing", "ast" ],

Sorry, the diff of this file is not supported yet

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