Cecil logo
October 19, 2022

Cecil 7.17.0 released

Features

Normalize asset path in Markdown

A static or asset file relative path is automatically normalized.

Example:

![](../../assets/images/image.jpeg)

Become:

<img src="/images/image.jpeg">

Fix

  • Fix path to assets cache directory
  • Error if wrong relative to parent asset path
Release notes on GitHub