Renders shortcodes in the input documents.
Usage
-
Shortcodes(bool preRender = false)Renders shortcodes in the input documents using the default start and end delimiters.
preRenderIndicates if the module is being executed pre-template-rendering (
true) or post-template-rendering (false). The default delimiters are different depending on when the module is executed.
-
Shortcodes(string startDelimiter, string endDelimiter)Renders shortcodes in the input documents using custom start and end delimiters.
startDelimiterThe shortcode start delimiter.
endDelimiterThe shortcode end delimiter.
