ProcessShortcodes(string, string) Constructor
Renders shortcodes in the input documents using custom start and end delimiters.
Namespace
Statiq.Core
Containing Type
ProcessShortcodes

Syntax

public ProcessShortcodes(string startDelimiter, string endDelimiter)

Parameters

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