package
0.1.4
Repository: https://github.com/diamondburned/gotktrix.git
Documentation: pkg.go.dev

# Functions

BindLinkHandler binds input handlers for triggering hyperlinks within the TextView.
ParseEmbeddedURL parses the inlined data into an embedded URL structure.
RenderHTML tries rendering the HTML and falls back to using plain text if the HTML doesn't work.
RenderText renders the given plain text.

# Structs

EmbeddedURL is a type that describes a URL and its bounds within a text buffer.
Opts is the options for rendering.
RenderMetadata contains additional metadata that the message contains.
RenderWidget describes the output of the render including the widget that contains the rendered information.

# Interfaces

RenderWidgetter extends a Widgetter.