Skip to content

Instantly share code, notes, and snippets.

@binste
Created July 7, 2023 15:46
Show Gist options
  • Save binste/201f6e32b1db509d613265abfdc0d001 to your computer and use it in GitHub Desktop.
Save binste/201f6e32b1db509d613265abfdc0d001 to your computer and use it in GitHub Desktop.
Quarto settings
#vg-tooltip-element.vg-tooltip {
font-size: 14px;
}
---
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