Skip to content
parkd126 edited this page Dec 26, 2018 · 5 revisions

Overview

Special option field for Text Type.

Fields

  • Markdown

    Example:

    val someOptions = Options(format = Format.MARKDOWN)

  • Plain

    Example:

    val someOptions = Options(format = Format.PLAIN)

Clone this wiki locally