# Welcome to jsLightning Markdown

This is a **markdown file** being served by jsLightning!

## Features

- ✅ Markdown to HTML conversion
- ✅ Real-time processing
- ✅ No restart required

### Code Block

```javascript
console.log('Hello from markdown!');
```

### Lists

1. Dynamic markdown processing
2. Integrated with jsLightning's file handling
3. Uses the marked library for fast conversion

**This demonstrates that jsLightning now supports markdown files alongside JavaScript and static HTML files.**