You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple fenced blocks with linenos should coexists with minify_html = true.
Current Behavior
If there are multiple fenced blocks with linenos, the code block spread from first to last.
Meaning, it embeds everything on its path, including non-code-block content.
Bug Report
Environment
Zola version:
0.15
(already in0.14
)Expected Behavior
Multiple fenced blocks with
linenos
should coexists withminify_html = true
.Current Behavior
If there are multiple fenced blocks with
linenos
, the code block spread from first to last.Meaning, it embeds everything on its path, including non-code-block content.
Step to reproduce
config.toml
Enable highlighting and minification.
templates/index.html
content/_index.md
The text was updated successfully, but these errors were encountered: