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

mdsvex-relative-images

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdsvex-relative-images

Add support for relative image URLs in mdsvex

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
decreased by-12.49%
Maintainers
1
Weekly downloads
 
Created
Source

mdsvex-relative-images

Allows you to use relative urls to images from the md file.

Usage

npm install mdsvex-relative-images

Add the plugin to your mdsvex config

// mdsvex.config.js
import relativeImages from "mdsvex-relative-images";

export default {
  // ... rest of your config
  remarkPlugins: [relativeImages],
};

Now you can load images like so:

![my image](./my-image.png)

It also works for img and video tags:

<img src="./my-image.png" />
<video src="./my-video.mp4" />

FAQs

Package last updated on 04 Apr 2022

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