Fix .callout blocks titles #321

Closed
opened 2026-03-22 15:36:34 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @profvjreddi on GitHub (Jan 26, 2025).

Originally assigned to: @profvjreddi on GitHub.

Currently, I use

::: {.callout-note}
### Definition of Training Systems
<text>
:::

we should change it to have the title in the callout-note line itself.

::: {.callout-note title="Definition of Training Systems"}
<text>
:::

So that it doesn't interrupt the outline view in vs-code and others, which makes it easier to study the outline.

Originally created by @profvjreddi on GitHub (Jan 26, 2025). Originally assigned to: @profvjreddi on GitHub. Currently, I use ``` ::: {.callout-note} ### Definition of Training Systems <text> ::: ``` we should change it to have the title in the callout-note line itself. ``` ::: {.callout-note title="Definition of Training Systems"} <text> ::: ``` So that it doesn't interrupt the outline view in vs-code and others, which makes it easier to study the outline.
GiteaMirror added the area: tools label 2026-03-22 15:36:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#321