← Overview
Obsidian callouts become a highlighted box; a plain block quote becomes a quotation.
> [!note] Important note
> First line of the callout.
> Second line with a citation [@meier2020].
> A longer, verbatim quotation
> spanning several lines. [@meier2020, p.~20]
> and the first line carries a [!type] head.> but has no [!type] head is a plain block quote.A callout becomes a shaded box; a block quote becomes a quote environment. Citations inside both resolve normally.
\begin{shaded}
\textbf{Important note}
First line of the callout.\\
Second line with a citation \cite{meier2020}.
\end{shaded}
\begin{quote}
A longer, verbatim quotation\\
spanning several lines. \cite[p.~20]{meier2020}
\end{quote}
<aside> 📸
Screenshot needed: the compiled PDF showing the shaded callout box (with its bold title) followed by the indented block quotation.
</aside>
note / warning / tip / …) produces the same box. The type name is not shown — only the optional title (in bold). An empty title means no title line.[!type]- / [!type]+ are ignored.framed package and a shadecolor definition in the preamble — the standard templates already include them.