See code
3+3
[1] 6
F. Carabba
Come posso cambiare stile di citazione? Come posso mettere un didascalia ad un’immagine? Come posso aggiungere file PDF o file xlsx?
---
title: "Summer_School_Padova"
author: "F. Carabba"
format:
html:
code-tools:
source: true
toggle: false
caption: This is my code
self-contained: true # 1
toc: true # 2
toc-title: My contents # 3
toc-location: left
page-layout: full # 4 # 1
fontsize: 32px # 2 customization
code-fold: true
code-summary: See code
warning: false
code-annotations: hover
#lang: it #5 il defualt è inglese
---
# first section
```{r}
3+3
```
## first subsection
### first sub-subsection
## second subsection
### first sub-subsection
**Come posso cambiare stile di citazione? Come posso mettere un didascalia ad un'immagine? Come posso aggiungere file PDF o file xlsx?**