UNPKG

legal-markdown-js

Version:

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

37 lines (25 loc) 1.01 kB
# Metadata Export Exporting processed metadata to external files in YAML and JSON formats. ## 📋 What this example demonstrates - Metadata export functionality - YAML and JSON output formats - Processed metadata extraction - External data integration ## 📁 Files - **document-with-meta.md** - Document with rich metadata - **document-with-meta.output.md** - Processed document - **document-with-meta.output.html** - HTML output - **document-with-meta.output.yaml** - Exported metadata in YAML - **document-with-meta.output.json** - Exported metadata in JSON ## 🚀 Usage ```bash ./run.sh ``` ## 🔍 Key features shown 1. **Metadata Export**: Extracting processed metadata 2. **Multiple Formats**: YAML and JSON export options 3. **Data Integration**: Using exported data in other systems 4. **Processing Pipeline**: Metadata through the processing chain ## 💡 Learn more - [YAML Frontmatter](../../../docs/features/yaml-frontmatter.md) - [Output Overview](../../../docs/output/README.md)