HtmlRender


Object Hierarchy:

Object hierarchy for HtmlRender

Description:

public class HtmlRender : RenderBase

Simple renderer that converts markdown to HTML strings.

Extends RenderBase and uses the parser to handle markdown and HTML tags, building an HTML string output.

Supported markdown elements: - Headings (h1-h6) - Paragraphs - Lists (ordered and unordered) - Code blocks and inline code - Blockquotes - Links and images - Text formatting (bold, italic, strikethrough, underline)


Namespace: Markdown
Package: ollmchat

Content:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object