HTML in descriptions

Type: object

raw_html

Type: string

<br/><br/><br/><br/><a href="https://example.com">A link to example.com</a>

html_in_markdown

Type: string

Here is some HTML:

<br/><br/><br/><br/><a href="https://example.com">A link to example.com</a>

json_in_markdown

Type: string

Here is some JSON:

{
  "property": "value"
}