Open
Description
Bug Report
Environment
Zola version: 0.16.1
Behavior
A section with the title `.into::<T>()`
should result in <code>.into::<T>()</code>
being generated for the TOC title. Currently, it generates .into::()
. I believe the <T>
is stripped because user-provided HTML is stripped (which has issues on its own). However, I would like the <code>
to be preserved outright. It affects formatting — it should be monospace while regular text is not. This is deliberate and desired behavior.