legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
40 lines (28 loc) • 1.15 kB
Markdown
# Simple Document Processing
Basic Legal Markdown document processing without any special features. This
example demonstrates the core functionality of Legal Markdown processing with
minimal configuration.
## 📋 What this example demonstrates
- Basic markdown processing
- YAML front matter parsing
- Simple text formatting
- Clean output generation
## 📁 Files
- **input.md** - Basic Legal Markdown document
- **example.md** - Another simple document example
- **input.output.md** - Processed markdown output
- **input.output.html** - HTML output with styling
- **example.output.md** - Processed example output
- **example.output.html** - HTML output for example
## 🚀 Usage
```bash
./run.sh
```
## 🔍 Key features shown
1. **Basic Processing**: Simple document processing without complex features
2. **YAML Frontmatter**: Basic metadata parsing and handling
3. **HTML Generation**: Converting processed markdown to styled HTML
4. **File Naming**: Demonstration of .output.\* naming convention
## 💡 Learn more
- [Getting Started Guide](../../../docs/getting_started.md)
- [Basic Processing](../../../docs/basic-processing.md)