### Features

#### New 'toc' template filter

Extracts table of content from a Markdown string, in the given format ("html" or "json", "html" by default).

```twig
{{ page.body|toc }}
{{ page.body|toc('html') }}
{{ page.body|toc('json') }}
```

[Documentation →](/documentation/templates/#toc)

#### New formats supported by front matter

2 new formats are now supported by front matter: [JSON](https://m.wikipedia.org/wiki/JSON) and [TOML](https://m.wikipedia.org/wiki/TOML).

[Documentation →](/documentation/configuration/#frontmatter)

### Fix

- Fix feeds layout and XSL template

### Docs

- Update documentation about l10n
