metalsmith-asciidoctor
Metalsmith plugin to transform AsciiDoc files to HTML using asciidoctor.js.
Installation
With npm
:
npm install --save-dev metalsmith-asciidoctor
With yarn
:
yarn add --dev metalsmith-asciidoctor
Usage
var asciidoctor = ; /* ... */ /* ... */
By default, the plugin will process all .adoc
files and render them to HTML. You can customize this
default behavior by setting the pattern
property on a configuration object.
You can also pass custom options to the asciidoctor.js
by setting the options
property. Please
note that this will also allow you to provide custom attributes.
License
MIT