My first webseite
  • Home
  • About
  • Third_page

My contents

  • first section
    • first subsection
      • first sub-subsection
    • second subsection
      • first sub-subsection

Summer_School_Padova

Author

F. Carabba

first section

See code
3+3
[1] 6

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?

Source Code
---
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?**