UNPKG

@antora/document-converter

Version:

Converts AsciiDoc documents to embeddable HTML for use in an Antora documentation pipeline.

13 lines (11 loc) 322 B
'use strict' /** * Document Converter component for Antora * * Using the AsciiDoc Loader, converts the contents of AsciiDoc files to * embedded HTML and assigns AsciiDoc-related metadata, such as page attributes, * to the file. * * @namespace document-converter */ module.exports = require('./convert-documents')