Replies: 1 comment 2 replies
-
quarto-cli/src/resources/pandoc/datadir/init.lua Lines 1535 to 1543 in 6f4599c I think the linkTags should be returned. I have tested and the links appear in my head section even if the href are not yet good... Should I report a bug ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to add links in
<head>
withquarto.doc.add_html_dependency
.This works like a charm with css and js libraries but it does not work with favicon.
My dependencies tree :
What am I missing ?
There is no example with links in the documentation.
For now I'm doing like this :
Beta Was this translation helpful? Give feedback.
All reactions