UNPKG

legal-markdown-js

Version:

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

7 lines 207 B
/** * Debug plugin to inspect AST structure */ import { Plugin } from 'unified'; import { Root } from 'mdast'; export declare const remarkDebugAST: Plugin<[], Root>; //# sourceMappingURL=debug-ast.d.ts.map