@antora/asciidoc-loader
Version:
Loads AsciiDoc content into an Asciidoctor Document object (AST) for use in an Antora documentation pipeline.
13 lines (11 loc) • 369 B
JavaScript
/**
* AsciiDoc Loader component for Antora
*
* Uses Asciidoctor.js to load AsciiDoc content in a way that integrates tightly
* with the Antora environment. It resolves include files, page references, and
* image references to files in Antora's virtual content catalog.
*
* @namespace asciidoc-loader
*/
module.exports = require('./load-asciidoc')