- Namespace
- Statiq
.Markdown - Containing Type
- MarkdownHelper
Syntax
public static MarkdownDocument RenderMarkdown(IExecutionState executionState, IDocument document, string content, TextWriter writer = null, bool prependLinkRoot = false, bool passThroughRawFence = true, bool escapeAtInRawFence = false, string configuration = "common", OrderedList<IMarkdownExtension> extensions = null)
Parameters
Name | Type | Description |
---|---|---|
executionState | IExecutionState | |
document | IDocument | |
content | string | |
writer | TextWriter | |
prependLinkRoot | bool | |
passThroughRawFence | bool | |
escapeAtInRawFence | bool | |
configuration | string | |
extensions | OrderedList |
Return Value
Type | Description |
---|---|
MarkdownDocument |