from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions

30
quarto callouts.md Normal file
View File

@@ -0,0 +1,30 @@
up:: [[quarto blog]]
#informatique #blog
```
::: {.callout-note}
Contents of the callout
:::
```
- [i] there are 5 types of callouts
- `note`, `tip`, `warning`, `caution`, `important`
Change callout **title**
```
::: {.callout-note}
## The title
contents
```
Collapsed (folded) callout, with no icon
```
::: {.callout-important collapse=true icon=false}
## The title
Content that is hidden by default
:::
```
- [i] `collapse=true` will make the callout foldable, but visible by default