# Packages
No description provided by the author
# Functions
AddWidgetAt adds a widget into the text view at the current iterator position.
BeginImmutable begins the immutability region in the text buffer that the text iterator belongs to.
InsertImageWidget asynchronously inserts a new image widget.
InsertInvisible inserts an invisible string of text into the buffer.
IsUnicodeEmoji returns true if the given string only contains a Unicode emoji.
NewSeparator creates a new 100px Markdown <hr> widget.
ParseAndWalk parses src and walks its Markdown AST tree.
WalkChildren walks n's children nodes using the given walker.
WYSIWYG styles the given text buffer according to the Markdown content inside it.
# Constants
EmojiScale is the scale of Unicode emojis.
# Variables
Converter is the default converter that outputs HTML.
EmojiAttrs is the Pango attributes set for a label showing an emoji.
Parser is the default Markdown parser.
No description provided by the author
TextTags contains the tag table mapping most Matrix HTML tags to GTK TextTags.
# Structs
InlineImage is an inline image.