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

markdown-it-implicit-figures

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-implicit-figures - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

3

index.js

@@ -69,4 +69,3 @@ 'use strict';

}
md.core.ruler.after('inline', 'implicit_figures', implicitFigures);
md.core.ruler.before('linkify', 'implicit_figures', implicitFigures);
};
{
"name": "markdown-it-implicit-figures",
"version": "0.5.0",
"version": "0.6.0",
"description": "Render images occurring by itself in a paragraph as `<figure><img ...></figure>`, similar to pandoc's implicit_figures",

@@ -36,5 +36,6 @@ "license": "MIT",

"markdown-it": "*",
"mocha": "*"
"mocha": "*",
"markdown-it-attrs": "*"
},
"tonicExampleFilename": "demo.js"
}
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