We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Content
hugo version
hugo v0.106.0-DEV-77fc74a5b20f50298ac4a1cd88e436932fc2226f+extended linux/amd64 BuildDate=2022-10-28T12:41:15Z VendorInfo=mage
Yes
In server mode .Content doesnt rebuild when dynamically-called partial template inside markdown render hooks modified
hugo server
layouts/partials/dynamic-render-link.html
All markdown hooks affected, link,image, heading, codeblock.
link
image
heading
codeblock
Also tested using --disableFastRender still doesnt work.
--disableFastRender
https://github.com/pamubay/markdown-hooks-dynamic-call
Thank you.
The text was updated successfully, but these errors were encountered:
Similar to, or perhaps a duplicate of, #8863.
Sorry, something went wrong.
I'm closing this as a duplicate. I'm currently working on a more robust setup that should handle this.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes
Bug
In server mode
.Content
doesnt rebuild when dynamically-called partial template inside markdown render hooks modifiedHow-to reproduce
hugo server
, then open browser.layouts/partials/dynamic-render-link.html
,.Content
doesnt update with new changesAll markdown hooks affected,
link
,image
,heading
,codeblock
.Also tested using
--disableFastRender
still doesnt work.Demo
https://github.com/pamubay/markdown-hooks-dynamic-call
Thank you.
The text was updated successfully, but these errors were encountered: