Skip to content
Discussion options

You must be logged in to vote

You could use collapsible callout to include your proof bellow or inside the theorem, see https://quarto.org/docs/authoring/cross-references.html#theorems-and-proofs and https://quarto.org/docs/authoring/callouts.html.

Here an example:

See the Quarto document.
---
title: "Demo Quarto"
format: html
---

## Section

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam quis semper nisl. Nulla facilisi. Donec auctor, nisl eget aliquam tincidunt, nunc nisl aliquam nisl, eget aliquam nunc nisl eget nunc. Nu [...]


::: {#thm-line}

## Line

The equation of any straight line, called a linear equation, can be written as:

$$
y = mx + b
$$

::::{.callout-note collapse="true"}
## Proofs

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by adityam
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
callouts Issues with Callout Blocks.
3 participants