legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
42 lines (30 loc) • 1.31 kB
Markdown
# Office Lease Agreement
Complete office lease agreement demonstrating complex data processing and
professional document generation.
## 📋 What this example demonstrates
- Complex document structure and organization
- Rich metadata integration
- Professional formatting and styling
- Real-world legal document example
## 📁 Files
- **lease-agreement.md** - Complete office lease template
- **lease-with-data.md** - Lease with external data integration
- **lease-data.json** - Comprehensive lease data
- **lease-agreement.output.md** - Processed lease document
- **lease-agreement.output.html** - HTML with professional styling
- **lease-agreement.output.pdf** - PDF for signing
- **lease-with-data.output.md** - Data-integrated version
- **lease-with-data.output.html** - Rich HTML output
- **lease-with-data.HIGHLIGHT.output.pdf** - Review version with highlighting
## 🚀 Usage
```bash
./run.sh
```
## 🔍 Key features shown
1. **Complex Documents**: Real-world legal document structure
2. **Data Integration**: External JSON data processing
3. **Professional Output**: Publication-ready documents
4. **Multiple Versions**: Clean and review versions
## 💡 Learn more
- [Advanced Guide](../../../docs/advanced/README.md)
- [Template Variables](../../../docs/features/mixins-variables.md)