add_html_dependency not in head for filters #5433
Replies: 2 comments 1 reply
-
From Lua you have also the include API to add some content in different place of the template. See https://quarto.org/docs/extensions/lua-api.html#includes |
Beta Was this translation helpful? Give feedback.
-
Yes that's what I'm currently using by doing using Another "bug" related to the same API
unless I missed part of the documentation |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am working on a lua filter and one piece I would need is to be able to do
add_html_dependency
for a javascript but to be added in the body, not the head. Currently I am bypassing it by plainly adding the content. of the script as text after the body but It would be nice to be able to just include it.Beta Was this translation helpful? Give feedback.
All reactions