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 221 B
/** * @fileoverview Pandoc Implementations * * This module exports different Pandoc implementation strategies. */ export * from './pandoc-native.js'; export * from './pandoc-wasm.js'; //# sourceMappingURL=index.js.map