Created
July 7, 2023 15:46
-
-
Save binste/201f6e32b1db509d613265abfdc0d001 to your computer and use it in GitHub Desktop.
Quarto settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#vg-tooltip-element.vg-tooltip { | |
font-size: 14px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Title" | |
author: "Author" | |
date: "2023-07-05" | |
format: | |
html: | |
code-fold: true | |
toc: true | |
number-sections: true | |
embed-resources: true | |
anchor-sections: true | |
smooth-scroll: true | |
page-layout: article | |
grid: | |
body-width: 1400px | |
css: custom.css | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment