UNPKG

legal-markdown-js

Version:

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

36 lines (24 loc) 937 B
# Multiple Header Levels Shows how Legal Markdown processes documents with multiple header levels using the traditional l., ll., lll. syntax. ## 📋 What this example demonstrates - Traditional header syntax (l., ll., lll.) - Automatic numbering - Hierarchical structure - Header formatting ## 📁 Files - **contract.md** - Document with multiple header levels - **contract.output.md** - Processed markdown with numbered headers - **contract.output.html** - HTML with styled headers ## 🚀 Usage ```bash ./run.sh ``` ## 🔍 Key features shown 1. **Header Syntax**: Traditional l., ll., lll. header format 2. **Automatic Numbering**: Sequential numbering of headers 3. **Hierarchy**: Proper nesting and indentation 4. **Styling**: Professional header formatting in HTML ## 💡 Learn more - [Header Processing Guide](../../../docs/features/headers-numbering.md) - [Custom Headers](../../../docs/advanced/custom-headers.md)