Documentation Center

Formatting Roles

List of formatting roles plus descriptions. An alphabetical listing of all roles is available in the related topic "Roles-full list".

RoleDescription
emphasisAn 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>.
strikethroughThe HTML equivalent is <s>. This role is used to map clipboard data in HTML format to the document's schema.
strongA 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>.
subscriptA 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>.
superscriptA 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>.
underlineA 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>.