Rich Text Display in the Card | ||
Prev | Next |
The card has the ability to display more than plain text. With embedded tags the text can be formated in varius ways. Even displaying pictures is possible.
The tags are simple html tags spread into the text. You have to type them in the question and/or the answer fields of the New Element Dialog and/or the Edit Elements Dialog. The following list shows all the tags:
A top-level heading.
A sublevel heading.
A sub-sublevel heading.
A left-aligned paragraph. Adjust the alignment with the align attribute. Possible values are left, right and center.
A centered paragraph.
An indented paragraph that is useful for quotes.
An unordered list. You can also pass a type argument to define the bullet style. The default is type=disc; other types are circle and square.
An ordered list. You can also pass a type argument to define the enumeration label style. The default is type="1"; other types are "a" and "A".
An ordered list. You can also pass a type argument to define the enumeration label style. The default is type="1"; other types are "a" and "A".
A list item. This tag can be used only within the context of <ol> or <ul>.