CalloutBlock
io.github.edadma.markdown.CalloutBlock
case class CalloutBlock(calloutType: String, title: Option[String], children: List[Block]) extends Block
Represents a callout block in the document.
A callout block is a specialized form of block quote with additional metadata for type and optional title to create visually distinct "callout" sections.
Value parameters
- calloutType
-
The type of callout (e.g., "note", "warning", "info", "tip", "danger")
- children
-
Child blocks within the callout
- title
-
Optional title for the callout block
Attributes
- Graph
-
- Supertypes
Members list
In this article