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 set to true, I expect lazy_async_image to only affect how markdown images (![alt text](path "title text")) are rendered as HTML.
Current Behavior
When setting lazy_async_image to true, markdown headers generate empty IDs.
Further issues, which are most likely consequences of the above: The page.toc still contains an entry for each header, but is missing the name and ID too. The link-checker throws an error if any links refer to the header by the expected ID.
Bug Report
Environment
Zola version: 0.19.2
Expected Behavior
When set to true, I expect
lazy_async_image
to only affect how markdown images (![alt text](path "title text")
) are rendered as HTML.Current Behavior
When setting
lazy_async_image
to true, markdown headers generate empty IDs.Further issues, which are most likely consequences of the above: The
page.toc
still contains an entry for each header, but is missing the name and ID too. The link-checker throws an error if any links refer to the header by the expected ID.Step to reproduce
minimal example:
content/_index.html
templates.html (using the ToC code from the docs)
config.toml
P.S.
Thanks for making Zola. It's fun and useful so far.
The text was updated successfully, but these errors were encountered: