task
Aliases:
A callout posing an exercise for the reader. title: is the implicit attribute, and the body takes block content. The optional detail is the held-back half — a hint or a solution — rendered inside the callout, collapsed until revealed.
Writing with it:Callouts
#Attributes
#Allowed content
#Allowed in
#Examples
task{
Solve for x.
}task{
Compute the derivative of x^3.
}(
title: Practice
)task{
Finish the loop.
}[
The guard goes first, the update beneath it.
](
title: Practice
)