StrongEmphasis

data class StrongEmphasis(val children: List<Inline>) : Inline

Strong emphasis (**text** or __text__).

Constructors

Link copied to clipboard
constructor(children: List<Inline>)

Properties

Link copied to clipboard