Rule that maps <u> to [u].

While <u> is nowadays used to express unarticulated annotation, CKEditor's underline command still uses <u> in view layers. If this changes, mappings may need to be adjusted.

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "underline" = "underline"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

Methods