Summary
Renders shortcodes in the input documents using the default start and end delimiters.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Contents - Containing Type
- Shortcodes
Syntax
public Shortcodes(bool preRender = false)
Parameters
Name | Type | Description |
---|---|---|
preRender | bool |
Indicates 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.
|
Return Value
Type | Description |
---|---|
void |