### Features

#### Code syntax highlight in Markdown

Code syntax highlight is now supported natively in [Markdown](/documentation/content/#syntax-highlight), *highlight.js* is no more required in template.

_Example:_

```php
<?php
// PHP code here
echo "test";
```

### Fixes

- Serve timeout is now set to 2 x 60 seconds
