content property

String content
final

Content of the span.

It is assumed that the content will be displayed as-is, and no further processing will be done on it. That is, escape sequences and other special characters will be displayed as-is in the final output.

Implementation

final String content;