You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@salesforcedevs/sfdocs-image-transformer

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/sfdocs-image-transformer

Salesforce Docs markdown plugin for image transormation

1.0.6-img-src
npmnpm
Version published
Maintainers
0
Created
Source

Image Transformer

About

This plugin is to transform image path and attributes. Check description of transformImagePath and transformTitleAndClass in index.ts for more info.

Input:

![SalesforceDocs](../../../media/salesforcedocs.png '{"class": "custom-class", "title": "custom title"}')

Output:

<p><img src="./../../../media/salesforcedocs.png" alt="SalesforceDocs" title="custom title" class="content-image custom-class"></p>

Install & build


yarn install && yarn build

Pubilsh

yarn publish

Please make sure to push your changes (version number & other changes) to git once publishing is complete.

Keywords

sfdocs-plugin image-transformer

FAQs

Package last updated on 20 Sep 2024

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