UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

8 lines 250 B
/** * Legal Markdown Processing Plugins * * This module provides access to all processing plugins used in the * Legal Markdown system, including remark-based AST processors. */ export * from './remark/index.js'; //# sourceMappingURL=index.js.map