MarkType
public enum MarkType : String, Codable, Equatable
A type of the markup styling which should be applied to the text.
-
Bold text.
Declaration
Swift
case bold
-
Italicized text.
Declaration
Swift
case italic
-
Underlined text.
Declaration
Swift
case underline
-
Text formatted as code; presumably with monospaced font.
Declaration
Swift
case code
-
Text formatted as superscript
Declaration
Swift
case superscript
-
Text formatted as subscript
Declaration
Swift
case `subscript`