Socket
Socket
Sign inDemoInstall

markdown-it-images-preview

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-images-preview

A markdown-it plugin to preview local images.


Version published
Maintainers
1
Install size
4.20 kB
Created

Readme

Source

markdown-it-images-preview

A markdown-it plugin to preview local images.

Install

npm install markdown-it-images-preview --save

Use

var md = require('markdown-it')();
var miip = require('markdown-it-images-preview');
md.use(miip);

how to add image:

md.image_add('./123', file_binary);
// file_binary = "data:image/png;base64,iVBORw0KGgoA......"

how to preview image:

md.render('![image](./123)');

how to delete image:

md.image_del('./123');

Keywords

FAQs

Last updated on 14 Jun 2017

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