Skip to content
Discussion options

You must be logged in to vote

::: {.panel-tabset} is 100 % equivalent to ::: panel-tabset. Visual editor has to choose one syntax, it can't use both for obvious reason. The brackets syntax is useful when you want to add extra information to the fenced div (styling, attributes).

Quarto is using Markdown which has specific rules, e.g., a space is required between # and the title to work, see https://www.markdownguide.org/cheat-sheet/.

Regarding callout, please provide a full reproducible example.
To note, using Quarto 1.2.262, the following works just fine:

---
title: Title
format: html
---

```{r}
1 + 1
```

::: {.callout-note}
Note that there are five types of callouts, including: note, tip, warning, caution, and impo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sdowd20
Comment options

@mcanouil
Comment options

mcanouil Dec 2, 2022
Collaborator

Answer selected by sdowd20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants