Updates Description Formatting
Character formatting is supported in updates description fields. Use HTML language syntax to display formatted text.
Character Formatting
- Display text as link. <a href="http://www.example.com"> example </a>
- Display bold text. <b> Bold Text </b>
- Display italic text. <i> Italic Text </i>
- Display underline text. <u> Text underline </u>
- Display subscript text. <sub> Subscript text </sub>
- Display superscript text. <sup> Superscript text </sup>
- Display colored text. <font color="#FFFFFF"> White text </font>
Use HTML escape characters to escape < and >
The tag start and end must be on the same line.