We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c8941 commit 2d0c6d9Copy full SHA for 2d0c6d9
docs/authoring/brand.qmd
@@ -166,7 +166,15 @@ logo:
166
medium: logo.png
167
```
168
169
-You can specify a local file path, relative to the location of `_brand.yml`, or a URL (*is this true?*).
+You can specify a local file path, relative to the location of `_brand.yml`, or a URL that starts with `http://` or `https://`.
170
+
171
+::: {.callout-warning}
172
173
+## Limitation
174
175
+Logos specified as URLs are not currently supported in `format: typst`.
176
177
+:::
178
179
A single logo may not work well in all locations so **brand.yml** allows you to set three different logos: `small`, `medium` and `large`. For example:
180
0 commit comments