JSPM

rollup-plugin-rehype

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q17667F
  • License MIT

Rollup plugin for processing HTML files using Rehype

Package Exports

  • rollup-plugin-rehype
  • rollup-plugin-rehype/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rollup-plugin-rehype) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rollup-plugin-rehype

Rollup plugin for processing HTML files with Rehype.

Installation

Install in your project using npm:

npm i -D rollup-plugin-rehype

Usage

Provide plugin, and any Rehype Plugins, to Rollup:

import rollupPluginRehype from "rollup-plugin-rehype";

export default {
  plugins: [
    // Options Object is optional
    rollupPluginRehype({
      // And Rehype Compatible Plugins Should Be in this Array
      plugins: [],
    }),
  ],
};

License

Copyright 2021 Kepler Sticka-Jones. Licensed MIT.