Package io.element.android.wysiwyg.view.spans
See: Description
-
Interface Summary Interface Description BlockSpan -
Class Summary Class Description CodeBlockSpan Code block ( ``some code``in Markdown, <pre> in HTML) Span that applies a monospaced font style and adds an extra padding to the top and bottom of the paragraph.CustomMentionSpan Wrapper for a ReplacementSpan which does nothing except delegate to an underlying span. ExtraCharacterSpan Special 'span' used as a marker to know there's a difference between the indexes in the Rust code and the ones in the UI components. InlineCodeSpan Inline code ( some codein Markdown, <code> in HTML) Span that applies a monospaced font style.OrderedListSpan Custom ordered list span (<ol> in HTML), prints a prefix with the current list item number and applies a margin to the item. QuoteSpan Quote ("> a quote" in Markdown, <blockquote> in HTML) Span that applies margin and an indicator on the start of the paragraph. UnorderedListSpan