legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
10 lines • 380 B
JavaScript
/**
* YAML Processing Module Exports
*
* This module provides comprehensive YAML processing functionality for Legal Markdown
* documents, including parsing, serialization, and auto-population features.
*
* @module
*/
export { autoPopulateYamlFrontMatter, generateNoIndentPattern, normalizeYamlStructure, } from './yaml-auto-population.js';
//# sourceMappingURL=index.js.map