TextMode🔗Definition🔗class TextMode(enum.StrEnum): HTML = "html" MARKDOWN = "markdown" CODE = "code"