-
I saw #1925 and it gave me the idea to use the "callout" class to style the "Theorems and Proofs" divs. How would someone apply callouts styling to "Theorems and Proofs" (preferably without having to create new classes or copy/paste callout to "theorem")? See the qmd file and html code produced
<div id="exr-1" class="callout-important callout callout-style-default no-icon callout-captioned theorem exercise">
<div class="callout-header d-flex align-content-center">
<span class="theorem-title"><strong>Exercise 2 </strong></span>
<div class="callout-icon-container">
<i class="callout-icon no-icon"></i>
</div>
<div class="callout-caption-container flex-fill">
</div>
</div>
<div id="exr-1" class="callout-body-container callout-body theorem exercise">
<p><span class="theorem-title"><strong>Exercise 1 </strong></span></p>
<p>Compute: 25 + 17.</p>
</div>
</div> |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Oct 5, 2023
Replies: 1 comment
-
See https://quarto.org/docs/prerelease/1.3/ast.html#overview |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://quarto.org/docs/prerelease/1.3/ast.html#overview