Quarto

Website

Document title:

---
title: My Notebook
author: My Name
date: 2026-02-08
format:
  html:
    code-fold: true
    code-summary: "Show the code"
  pdf:
    code-overflow: wrap
    echo: false
    output: true
---