legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
41 lines (29 loc) • 1.18 kB
Markdown
# Complex Non-Disclosure Agreement
Non-disclosure agreement with advanced conditional logic and multiple data
sources.
## 📋 What this example demonstrates
- Complex conditional logic and decision trees
- Multiple data source integration
- Professional legal document formatting
- Advanced template features
## 📁 Files
- **nda-template.md** - Complex NDA template
- **nda-with-data.md** - NDA with company-specific data
- **nda-data.json** - Company and agreement data
- **nda-template.output.md** - Processed NDA template
- **nda-template.output.html** - HTML version
- **nda-with-data.output.md** - Data-integrated NDA
- **nda-with-data.output.html** - Rich HTML output
- **nda-with-data.HIGHLIGHT.output.pdf** - Review PDF with highlighting
## 🚀 Usage
```bash
./run.sh
```
## 🔍 Key features shown
1. **Advanced Logic**: Complex conditional statements
2. **Data Integration**: Multiple data sources
3. **Professional Documents**: Legal-grade output
4. **Template Flexibility**: Adaptable to different scenarios
## 💡 Learn more
- [Complex Templates Guide](../../../docs/complex-templates.md)
- [Legal Document Automation](../../../docs/legal-automation.md)