Specifies a metadata key where the
MarkdownDocument
should be saved (by default to MarkdownDocument
).
- Namespace
- Statiq
.Markdown - Containing Type
- RenderMarkdown
Syntax
public RenderMarkdown WithMarkdownDocumentKey(string markdownDocumentKey)
Parameters
Name | Type | Description |
---|---|---|
markdownDocumentKey | string | The metadata key or null to not save a MarkdownDocument . |
Return Value
Type | Description |
---|---|
RenderMarkdown | The current module instance. |