File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ The **brand.yml** specification allows you to specify a `light` and `dark` versi
259259
260260#### Document logo customization
261261
262- You can further customize the logo at the document- level with the ` logo ` option.
262+ You can further customize the logo at the document level with the ` logo ` option.
263263
264264For example, you can specify a particular brand logo resource:
265265``` {.yaml filename="document.qmd"}
@@ -290,12 +290,14 @@ The Typst implementation allows customization of the logo position at the docume
290290
291291``` {.yaml filename="document.qmd"}
292292---
293- logo:
294- width: 1in
295- location: right-top
296- padding-right: 0.5in
297- padding-top: 0.25in
298- alt: Alternate alternate text
293+ format:
294+ typst:
295+ logo:
296+ width: 1in
297+ location: right-top
298+ padding-right: 0.5in
299+ padding-top: 0.25in
300+ alt: Alternate alternate text
299301---
300302```
301303
You can’t perform that action at this time.
0 commit comments