Skip to content

keplersj/rollup-plugin-rehype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rollup plugin for processing HTML files with Rehype

Resources

Stars

Watchers

Forks

Packages

No packages published