legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
31 lines (19 loc) • 580 B
Markdown
{EXAMPLE_NAME}
{DESCRIPTION}
# 📋 What this example demonstrates
{FEATURES_LIST}
# 📁 Files
- **{INPUT_FILE}** - {INPUT_DESCRIPTION}
- **{DATA_FILE}** - {DATA_DESCRIPTION} (if applicable)
- **{OUTPUT_FILE}.output.md** - Processed markdown output
- **{OUTPUT_FILE}.output.html** - HTML output with styling
- **{OUTPUT_FILE}.output.pdf** - PDF output (if applicable)
# 🚀 Usage
```bash
./run.sh
```
# 🔍 Key features shown
{DETAILED_FEATURES}
# 💡 Learn more
- [Feature documentation](../../docs/README.md)
- [CLI reference](../../docs/cli_reference.md)