Shortcodes.

Shortcodes(string, string) Constructor

Summary

Renders shortcodes in the input documents using custom start and end delimiters.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Shortcodes

Syntax

public Shortcodes(string startDelimiter, string endDelimiter)

Parameters

Name Type Description
startDelimiter string The shortcode start delimiter.
endDelimiter string The shortcode end delimiter.

Return Value

Type Description
void
GitHub