API Reference
Interface
IMarkdownProvider
Abstraction for Markdown rendering. Allows swapping the renderer without changing call sites.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method DocumentSettings.Provider
Methods
public abstract List<Element> Render(String markdown, MarkdownOptions options, Document document) #Returns:
List<Element>Renders Markdown text into HtmlForgeX elements.
Parameters
- markdown System.String
- Markdown content.
- options HtmlForgeX.Markdown.MarkdownOptions
- Rendering options.
- document HtmlForgeX.Document
- Owning document (when available) for registration context.
Returns
List of child elements representing the rendered content.