Markdown.

Markdown(string, string) Constructor

Summary

Processes Markdown in the metadata of the document. The rendered HTML will be placed
Assembly
Wyam.Markdown.dll
Namespace
Wyam.Markdown
Containing Type
Markdown

Syntax

public Markdown(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).

Return Value

Type Description
void
GitHub