Socket
Socket
Sign inDemoInstall

@mapbox/jsxtreme-markdown-loader

Package Overview
Dependencies
335
Maintainers
28
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mapbox/jsxtreme-markdown-loader

Webpack loader to transform Markdown with interpolated JS and JSX into React components


Version published
Weekly downloads
61
decreased by-52.71%
Maintainers
28
Install size
27.6 MB
Created
Weekly downloads
 

Readme

Source

@mapbox/jsxtreme-markdown-loader

Webpack loader to transform Markdown with interpolated JS and JSX into React components.

Runs files through the toComponentModule function of jsxtreme-markdown. Please read that documentation for more information.

For more information about jsxtreme-markdown features, read the README at the root of this monorepo.

Installation

npm install @mapbox/jsxtreme-markdown-loader

Usage

Follow the instructions for using Webpack loaders.

By default, the output of this loader is precompiled with Babel. You can bypass this step (and use your own compilation) by set the option precompile: false.

options

You can pass all of the options from toComponentModule.

Additional options for the loader:

getWrapper

Type: (resource: string) => string.

A function that receives the Webpack module's resource as an argument, and returns the path to a wrapper component. You can use this to automatically determine the wrapper component based on the Markdown file's path.

Keywords

FAQs

Last updated on 13 Nov 2023

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc