MarkType
public enum MarkType : String, Codable, EquatableA type of the markup styling which should be applied to the text.
- 
                  
                  Bold text. DeclarationSwift case bold
- 
                  
                  Italicized text. DeclarationSwift case italic
- 
                  
                  Underlined text. DeclarationSwift case underline
- 
                  
                  Text formatted as code; presumably with monospaced font. DeclarationSwift case code
- 
                  
                  Text formatted as superscript DeclarationSwift case superscript
- 
                  
                  Text formatted as subscript DeclarationSwift case `subscript`
 View on GitHub
View on GitHub MarkType Enumeration Reference
        MarkType Enumeration Reference