October 3, 2022
Cecil 7.12.0 released
Features
New 'toc' template filter
Extracts table of content from a Markdown string, in the given format ("html" or "json", "html" by default).
{{ page.body|toc }}
{{ page.body|toc('html') }}
{{ page.body|toc('json') }}
Documentation: https://cecil.app/documentation/templates/#toc
New formats supported by front matter
2 new formats are now supported by front matter: JSON and TOML.
Documentation: https://cecil.app/documentation/configuration/#frontmatter
Fix
- Fix feeds layout and XSL template
Docs
- Update documentation about l10n
Release notes on GitHub