Processes Markdown in the metadata of the document.
- Namespace
- Statiq
.Markdown - Containing Type
- RenderMarkdown
Syntax
public RenderMarkdown(string sourceKey, string destinationKey = null)
Parameters
Name | Type | Description |
---|---|---|
sourceKey | string | The metadata key of the Markdown to process. |
destinationKey | string | The metadata key to store the rendered HTML (if null, it gets placed back in the source metadata key). |