# 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/headers.md)
- [Formatting Options](../../../docs/formatting.md)
