Cecil logo
June 6, 2022

Cecil 5.101.0 released

Features

Code syntax highlight in Markdown

Code syntax highlight is now supported natively in Markdown, highlight.js is no more required in template.

Example:

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

Fixes

  • Serve timeout is now set to 2 x 60 seconds
Release notes on GitHub