0.0.2 • Published 4 years ago

@code-blocks/rehype-wrapper v0.0.2

Weekly downloads
1
License
GPLv2
Repository
github
Last release
4 years ago

@code-blocks/rehype-wrapper

A wrapper to create a rehype transformer from code-blocks.

Usage

const rehypeWrapper = require('@code-blocks/rehype-wrapper')
const charts = require('@code-blocks/charts')

const transformer = rehypeWrapper(charts.default, charts.acceptedLanguages)