Definition
Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core.Renderers Inheritance: CloudNimble.DotNetDocs.Core.Renderers.MarkdownRendererBaseSyntax
Summary
Renders documentation as Markdown files.Remarks
Generates structured Markdown documentation with support for customizations including insertions, overrides, exclusions, transformations, and conditions.Constructors
.ctor
Initializes a new instance of the MarkdownRenderer class.Syntax
Parameters
Name | Type | Description |
---|---|---|
context | CloudNimble.DotNetDocs.Core.ProjectContext? | The project context. If null, a default context is created. |
Methods
RenderAsync
Renders the documentation assembly to Markdown files.Syntax
Parameters
Name | Type | Description |
---|---|---|
model | CloudNimble.DotNetDocs.Core.DocAssembly | The documentation assembly to render. |
Returns
Type:System.Threading.Tasks.Task
A task representing the asynchronous rendering operation.
Related APIs
- CloudNimble.DotNetDocs.Core.IDocRenderer