PangoRender


Object Hierarchy:

Object hierarchy for PangoRender

Description:

public class PangoRender : RenderBase

Simple renderer that converts markdown and HTML tags to Pango markup strings.

Extends Render and uses the parser to handle markdown and HTML tags, but instead of rendering to a buffer, it builds a Pango markup string.

Supported markdown tags: - *text* or _text_ - Italic text (<i>) - **text** or text - Bold text (<b>) - ~~text~~ - Strikethrough text (<s>) - `text` - Code/monospace text (<tt>)

Supported HTML tags: - <b>, <strong> - Bold text - <i>, <em> - Italic text - <u> - Underlined text - <s >, <del> - Strikethrough text - <code> - Monospace text - <small> - Small text - <span> - Generic span (no styling by default)


Namespace: Markdown
Package: ollmchat

Content:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object