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
When minifying html, the the codeblock with linenos should not break.
Current Behavior
Currently, when writing a codeblock with linenos with minify_html = true on, it seems to overflow and go on into other sections of the article.
Without minify_html, the code looks like this:
When minify is added, it now looks like this:
Step to reproduce
Create a zola project and add minify_html = true to the config. Then create a codeblock in a markdown page with linenos and text afterwards.
The text was updated successfully, but these errors were encountered:
Bug Report
Environment
Firefox on Archlinux
Zola version: 0.15.3
Expected Behavior
When minifying html, the the codeblock with linenos should not break.
Current Behavior
Currently, when writing a codeblock with linenos with
minify_html = true
on, it seems to overflow and go on into other sections of the article.Without minify_html, the code looks like this:
When minify is added, it now looks like this:
Step to reproduce
Create a zola project and add
minify_html = true
to the config. Then create a codeblock in a markdown page with linenos and text afterwards.The text was updated successfully, but these errors were encountered: