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
trait Serializable
trait Product
trait Equals
trait Block
trait Node
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def processInlines(linkRefs: Map[String, LinkReference], config: MarkdownConfig): Block

Attributes

Definition Classes
Block -> Node

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product