annotation

Identifies an annotation that may be used within a story element. An annotation element may only appear as the child of a field element in a story element type definition. A series of annotation elements can be added to specify which annotations may be used within the story element. Annotations are used in CUE to assign in-line formatting to the text content of a story element.

Syntax
<annotation
    name="(bold|italic|underline|strike|subscript|link|clean)"
  />
Attributes
name="(bold|italic|underline|strike|subscript|link|clean)"

The name of the annotation. Only the following annotations are allowed.

Allowed values are:

bold

Used to mark bold text.

italic

Used to mark italic text.

underline

Used to mark underlined text.

strike

Used to mark deleted (struck though) text.

subscript

Used to mark subscripted text.

link

Used to mark hyperlinked text.

clean

Used to remove all annotations from text.