MakeHTMLFromRichText

public struct MakeHTMLFromRichText : Shortcut

Converts the rich text passed in to HTML text.

  • The contents of the shortcut.

    Declaration

    Swift

    public var body: some Shortcut { get }
  • Initializes the shortcut.

    Declaration

    Swift

    public init(input: Variable, makeFullDocument: Bool = false)

    Parameters

    input

    The rich text input.

    makeFullDocument

    This indicates whether or not this action writes out an entire HTML document. When false, partial HTML will be returned if possible.