Emphasis

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

Emphasis (*text* or _text_).

Constructors

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

Properties

Link copied to clipboard