HtmlForgeX

API Reference

Class

MarkdownRenderer

Namespace HtmlForgeX.Markdown

Internal class for rendering Markdown to HtmlForgeX elements. Uses the library's existing components to maintain consistency.

Inheritance

  • Object
  • MarkdownRenderer

Methods

HtmlEncode(System.String arg1) #

Simple HTML encoding method for cross-framework compatibility.

Parameters

arg1 System.String required
Render(System.String markdown) #

Renders Markdown content to HtmlForgeX elements.

Parameters

markdown System.String required