### Features

#### Remove cache files by regular expression

*Example:*

```bash
php cecil.phar serve --clear-cache="\.css"
```

> Removes cached CSS files and preserves the rest of the cache.

[Documentation →](/documentation/commands/#serve)

### Fix

- Pattern used in cache prune method
- Should not convert a line link in block
- Fix favicon sizes attribute
- Minor fix on Markdown convertor

### Docs

- Content page updated

### Miscs

- Code commented
