API Reference
Class
DocumentSettings
Settings sub‑builder for configuring document‑level behaviors (e.g., Markdown provider).
Inheritance
- Object
- DocumentSettings
Methods
public Document End() #Returns:
DocumentEnds the settings scope and returns the document for continued chaining.
public DocumentSettings Provider(IMarkdownProvider provider) #Returns:
DocumentSettingsSets a custom Markdown provider used by Element.Markdown(...) calls in this document.
Parameters
- provider HtmlForgeX.Markdown.IMarkdownProvider