Strikethrough

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

Strikethrough text (~~text~~).

Constructors

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

Properties

Link copied to clipboard