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
This does not show the logo in html, but it works for typst:
--- title: logo across formats format: html: default typst: keep-typ: true brand: logo: images: quarto: path: quarto.png alt: quarto logo posit: path: posit-logo-2024.svg alt: posit logo medium: quarto large: posit --- {{< lipsum 4 >}}
project: type: website website: sidebar: style: "docked" contents: []
However if I move _brand.yml to its own file
_brand.yml
logo: images: quarto: path: quarto.png alt: quarto logo posit: path: posit-logo-2024.svg alt: posit logo medium: quarto large: posit
--- title: logo across formats format: html: default typst: default --- {{< lipsum 4 >}}
This displays the logo in both formats.
(I have a feeling I have created cross-format compatibility bugs by allowing logo to be an object for typst, ran into this bug on the way.)
The text was updated successfully, but these errors were encountered:
I can't seem to repro this one. @gordonwoodhull let's go over this in person tomorrow?
Sorry, something went wrong.
Sure... I am likely misunderstanding something, but I can still repro.
gordonwoodhull
No branches or pull requests
This does not show the logo in html, but it works for typst:
logo-embedded.qmd
_quarto.yml
However if I move
_brand.yml
to its own file_brand.yml
logo-linked.qmd
This displays the logo in both formats.
(I have a feeling I have created cross-format compatibility bugs by allowing logo to be an object for typst, ran into this bug on the way.)
The text was updated successfully, but these errors were encountered: