@fundamend/config-remark-retext

0.1.0 • Public • Published

config-remark-retext

config-remark-retext is a configuration preset for remark-retext used by config-remark and the fundamend.dev ecosystem.

Installation

Use your favorite Node.js package manager, for example npm, like so:

npm install --save-dev @fundamend/config-remark-retext

... or yarn, like so:

yarn add --dev @fundamend/config-remark-retext

Usage

In your .remarkrc.js, import config-remark-retext and add it to the plugins array, like so:

const retext = require('@fundamend/config-remark-retext');

const plugins = [retext];
const settings = {};

module.exports = {
	plugins: plugins,
	settings: settings,
};

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @fundamend/config-remark-retext

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

5.2 kB

Total Files

12

Last publish

Collaborators

  • decouplr