Formatting Roles
List of formatting roles plus descriptions. An alphabetical listing of all roles is available in the related topic "Roles-full list".
| Role | Description |
|---|---|
| emphasis | An I button will appear in the toolbar of the editor's UI to allow users to insert and remove this element. The HTML equivalent is <em>. |
| strikethrough | The HTML equivalent is <s>. This role is used to map clipboard data in HTML format to the document's schema. |
| strong | A B button will appear in the toolbar of the editor's UI to allow users to insert and remove this element. The HTML equivalent is <strong>. |
| subscript | A subscript button will appear in the toolbar of the editor's UI and allow users to insert and remove this element. The HTML equivalent is <sub>. |
| superscript | A superscript button will appear in the toolbar of the editor's UI and allow users to insert and remove this element. The HTML equivalent is <sup>. |
| underline | A U button will appear in the toolbar of the editor's UI to allow users to insert and remove this element. The HTML equivalent is <u>. |