Module: Google::Apps::Card::V1::TextParagraph::TextSyntax
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
Syntax to use for formatting text.
Constant Summary collapse
- TEXT_SYNTAX_UNSPECIFIED =
The text is rendered as HTML if unspecified.
0- HTML =
The text is rendered as HTML. This is the default value.
1- MARKDOWN =
The text is rendered as Markdown.
2