File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9090---
9191```
9292
93- You can disable brand for a document by setting ` brand: false ` :
93+ You can disable brand for a document by setting ` brand ` to ` false ` :
9494
9595``` {.yaml filename="document.qmd"}
9696---
@@ -213,7 +213,7 @@ logo:
213213 large: logo-large.png
214214```
215215
216- You don't need to specify all three— Quarto will use what you provide based on the following preferences:
216+ You don't need to specify all three--- Quarto will use what you provide based on the following preferences:
217217
218218+----------------------+----------------------------------------------+-------------------------------+
219219| Format | Location | Logo Preference (high to low) |
@@ -222,7 +222,7 @@ You don't need to specify all three—Quarto will use what you provide based on
222222+----------------------+----------------------------------------------+-------------------------------+
223223| ` html ` | Side navigation | ` medium ` \> ` small ` \> ` large ` |
224224+----------------------+----------------------------------------------+-------------------------------+
225- | ` dashboard ` | | Same as website?? |
225+ | ` dashboard ` | | Same as website. |
226226+----------------------+----------------------------------------------+-------------------------------+
227227| ` typst ` | Top left, control with ` format: typst: logo ` | ` medium ` \> ` small ` \> ` large ` |
228228+----------------------+----------------------------------------------+-------------------------------+
You can’t perform that action at this time.
0 commit comments